Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-10-14 | always print dspam binary in debug output | Johannes Berg | 1 | -3/+2 | |
2007-10-03 | don't break dspam-exec backend when DEBUG=stderr | Johannes Berg | 1 | -0/+6 | |
2007-10-01 | use 'enum classification' instead of 'bool from_spam' | Johannes Berg | 1 | -6/+10 | |
2007-10-01 | improve signature extraction API | Johannes Berg | 1 | -1/+1 | |
2007-10-01 | remove some #if 0'ed code | Johannes Berg | 1 | -17/+0 | |
2007-10-01 | fix debug output | Johannes Berg | 1 | -1/+1 | |
2007-10-01 | this seems to make the storage-based plugin work | Johannes Berg | 1 | -10/+18 | |
2007-10-01 | start box plugin experiment, seems not to work | Johannes Berg | 1 | -2/+47 | |
2007-09-30 | fix and comment the stderr reading logic | Johannes Berg | 1 | -23/+26 | |
2007-09-30 | Make it build against dovecot 1.1 | Johannes Berg | 1 | -1/+2 | |
Untested, use at your own risk, mostly consisted of copying changes from the cmd-copy.c implementation into plugin.c. | |||||
2007-09-30 | dspam-exec backend: allow extra arguments | Johannes Berg | 1 | -4/+32 | |
This allows people who need --user given on the command line to add something like this to the configuration: antispam_dspam_args = --user;%u where the semicolon is the separator between arguments to build the dspam command line as indicated by the dspam manual page: dspam [--user user1 user2 ...] | |||||
2007-09-30 | fix remaining error handling bugs | Johannes Berg | 1 | -10/+11 | |
2007-09-30 | seems to work | Johannes Berg | 1 | -309/+31 | |
2007-09-30 | start of rewrite | Johannes Berg | 1 | -67/+45 | |
2007-09-30 | fix C file | Johannes Berg | 1 | -1/+0 | |