Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mailtrain: redirect stdout/stderr to /dev/null for execv | Johannes Berg | 2011-02-27 | 1 | -3/+5 |
| | | | | | | This fixes a bug where sa-learn and similar tools fail because they cannot write to stdout or stderr at all, and propagate the error (EBADF or such). | ||||
* | avoid warnings for dovecot <= 1.1 | Johannes Berg | 2010-04-05 | 1 | -0/+4 |
| | |||||
* | update version | Johannes Berg | 2010-04-05 | 1 | -1/+1 |
| | |||||
* | check return value of pipe() | Johannes Berg | 2009-09-30 | 1 | -1/+2 |
| | | | | (part of a patch from Andreas Schneider) | ||||
* | make variable const | Johannes Berg | 2009-09-30 | 1 | -1/+2 |
| | | | | (part of a patch from Andreas Schneider) | ||||
* | identify patchlevel in version macros | Johannes Berg | 2009-08-06 | 2 | -7/+21 |
| | |||||
* | Const correctness fixes (in line with changes in the dovecot 1.2 signatures) | Ron | 2009-07-22 | 1 | -7/+7 |
| | |||||
* | Include stdlib.h for the getenv prototype | Ron | 2009-07-22 | 1 | -0/+1 |
| | | | | Without the prototype this FTBFS on ia64 platforms. Closes: #537765 | ||||
* | make it compile with dovecot 1.2 | Johannes Berg | 2009-07-02 | 1 | -0/+13 |
| | |||||
* | version 1.2v1.2 | Johannes Berg | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | fix mbox "From " removal code for not-present case | Johannes Berg | 2009-06-15 | 2 | -20/+2 |
| | | | | | | | Timo explained it to me here: http://mid.gmane.org/1245092921.21624.739.camel@timo-desktop It's been broken forever. | ||||
* | put match strings and functions together into one array | Johannes Berg | 2009-06-10 | 1 | -19/+17 |
| | | | | (suggested by Steffen Kaiser) | ||||
* | fix off-by-one in new parsing code | Steffen Kaiser | 2009-06-10 | 1 | -2/+2 |
| | |||||
* | pattern matching | Johannes Berg | 2009-06-07 | 2 | -49/+205 |
| | | | | | | Based on a patch by Steffen Kaiser <skdovecot@smail.inf.fh-brs.de>, this adds pattern match support to the antispam plugin's folder matching capabilities. | ||||
* | make reference to incron | Johannes Berg | 2009-06-03 | 1 | -1/+2 |
| | |||||
* | spool2dir backend | Steffen Kaiser | 2009-05-30 | 3 | -0/+286 |
| | |||||
* | add dovecot 1.2 support | Jonas Maurus | 2009-04-29 | 3 | -2/+490 |
| | |||||
* | mailtrain: send correct 5 bytes if message doesn't start with "From " | Johannes Berg | 2009-04-11 | 1 | -1/+1 |
| | |||||
* | Fix Makefile to use DESTDIR when installing for easier packaging. | Evan Broder | 2009-03-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Evan Broder <broder@mit.edu> | ||||
* | fix dest_mail assignment bug | Johannes Berg | 2009-02-23 | 1 | -1/+2 |
| | | | | inspired by patch from Stéphane Cottin <stephane.cottin@vixns.com> | ||||
* | dspam backend: allow configuring ignoring virus emails | Fredrik Lindberg | 2008-12-10 | 2 | -0/+42 |
| | | | | | | | | | | | | | | The following new options needs to be added to the configuration for anything to happen. antispam_dspam_result_header = X-DSPAM-Result antispam_dspam_result_blacklist = Virus result_blacklist is a semicolon separated list of "blacklisted" classifications and mails with the header X-DSPAM-Result set to any of the strings (case insensitive) are ignored during move. I've tested it and it seems to work as expected. | ||||
* | add signature missing thing | Johannes Berg | 2008-12-10 | 4 | -14/+48 |
| | |||||
* | dspam-exec: log dspam output | Johannes Berg | 2008-11-11 | 1 | -2/+7 |
| | |||||
* | fix signature-log backend compilation with dovecot 1.1 | Johannes Berg | 2008-11-11 | 2 | -1/+16 |
| | |||||
* | Makefile fixes | Eugene | 2008-11-05 | 1 | -2/+4 |
| | | | | | fix Makefile to be usable with gmake on FreeBSD 6.1, fix installed plugin permissions | ||||
* | bump version to 1.1v1.1 | Johannes Berg | 2008-11-05 | 1 | -1/+1 |
| | |||||
* | fix debugv() bugs | Johannes Berg | 2008-11-05 | 1 | -2/+4 |
| | |||||
* | make args easier to understand | Johannes Berg | 2008-11-05 | 2 | -7/+5 |
| | |||||
* | remove debian packagingv1.0 | Johannes Berg | 2008-09-18 | 12 | -202/+1 |
| | |||||
* | make proper version | Johannes Berg | 2008-09-18 | 4 | -15/+24 |
| | |||||
* | some more verbose debugging, untested | Johannes Berg | 2008-09-09 | 4 | -7/+45 |
| | |||||
* | delete generated substvars files | Johannes Berg | 2008-08-21 | 3 | -6/+0 |
| | |||||
* | build-depends on proper dovecot version (1.1 versions < 1.1.2 don't work) | Johannes Berg | 2008-08-21 | 1 | -1/+1 |
| | |||||
* | make multiple packages installable concurrently | Johannes Berg | 2008-08-08 | 1 | -7/+7 |
| | |||||
* | make packages depend on a particular dovecot version | Johannes Berg | 2008-08-08 | 2 | -3/+6 |
| | |||||
* | remove generated substvars files | Johannes Berg | 2008-08-08 | 4 | -0/+5 |
| | |||||
* | 1.1 plugin: fix typo pointed out Anders | Johannes Berg | 2008-07-25 | 1 | -3/+4 |
| | |||||
* | fix quota vs. antispam issue in 1.1 | Johannes Berg | 2008-07-22 | 1 | -1/+6 |
| | |||||
* | fix bug in 1.1 code | Johannes Berg | 2008-06-05 | 1 | -1/+3 |
| | |||||
* | improve verbose logging | Johannes Berg | 2008-06-02 | 1 | -6/+15 |
| | |||||
* | add git version to plugin | Johannes Berg | 2008-06-02 | 4 | -4/+20 |
| | |||||
* | don't track debian/files in git | Johannes Berg | 2008-05-31 | 2 | -3/+1 |
| | |||||
* | add preliminary debian packaging | Johannes Berg | 2008-05-31 | 16 | -0/+202 |
| | |||||
* | small manpage change | Johannes Berg | 2008-05-31 | 1 | -1/+1 |
| | |||||
* | fix CC and HOSTCC vars | Johannes Berg | 2008-05-31 | 1 | -2/+2 |
| | |||||
* | auto-detect dovecot version | Johannes Berg | 2008-05-31 | 6 | -44/+75 |
| | |||||
* | more #ifdef removal | Johannes Berg | 2008-05-31 | 2 | -12/+17 |
| | |||||
* | defconfig: default to /usr/include/dovecot/ | Johannes Berg | 2008-05-31 | 1 | -2/+2 |
| | |||||
* | clean up dovecot compat code a bit | Johannes Berg | 2008-05-31 | 3 | -14/+36 |
| | |||||
* | clean up building a bit | Johannes Berg | 2008-05-31 | 2 | -10/+14 |
| |