Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use -Wextra | Johannes Berg | 2007-10-15 | 1 | -1/+2 |
| | |||||
* | make settings per-plugin | Johannes Berg | 2007-10-14 | 1 | -6/+6 |
| | |||||
* | really print out dspam binary | Johannes Berg | 2007-10-14 | 1 | -1/+1 |
| | |||||
* | always print dspam binary in debug output | Johannes Berg | 2007-10-14 | 1 | -3/+2 |
| | |||||
* | don't break dspam-exec backend when DEBUG=stderr | Johannes Berg | 2007-10-03 | 1 | -0/+6 |
| | |||||
* | use 'enum classification' instead of 'bool from_spam' | Johannes Berg | 2007-10-01 | 1 | -6/+10 |
| | |||||
* | improve signature extraction API | Johannes Berg | 2007-10-01 | 1 | -1/+1 |
| | |||||
* | remove some #if 0'ed code | Johannes Berg | 2007-10-01 | 1 | -17/+0 |
| | |||||
* | fix debug output | Johannes Berg | 2007-10-01 | 1 | -1/+1 |
| | |||||
* | this seems to make the storage-based plugin work | Johannes Berg | 2007-10-01 | 1 | -10/+18 |
| | |||||
* | start box plugin experiment, seems not to work | Johannes Berg | 2007-10-01 | 1 | -2/+47 |
| | |||||
* | fix and comment the stderr reading logic | Johannes Berg | 2007-09-30 | 1 | -23/+26 |
| | |||||
* | Make it build against dovecot 1.1 | Johannes Berg | 2007-09-30 | 1 | -1/+2 |
| | | | | | Untested, use at your own risk, mostly consisted of copying changes from the cmd-copy.c implementation into plugin.c. | ||||
* | dspam-exec backend: allow extra arguments | Johannes Berg | 2007-09-30 | 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 ...] | ||||
* | fix remaining error handling bugs | Johannes Berg | 2007-09-30 | 1 | -10/+11 |
| | |||||
* | seems to work | Johannes Berg | 2007-09-30 | 1 | -309/+31 |
| | |||||
* | start of rewrite | Johannes Berg | 2007-09-30 | 1 | -0/+426 |