aboutsummaryrefslogtreecommitdiffstats
path: root/dspam-exec.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use -WextraJohannes Berg2007-10-151-1/+2
|
* make settings per-pluginJohannes Berg2007-10-141-6/+6
|
* really print out dspam binaryJohannes Berg2007-10-141-1/+1
|
* always print dspam binary in debug outputJohannes Berg2007-10-141-3/+2
|
* don't break dspam-exec backend when DEBUG=stderrJohannes Berg2007-10-031-0/+6
|
* use 'enum classification' instead of 'bool from_spam'Johannes Berg2007-10-011-6/+10
|
* improve signature extraction APIJohannes Berg2007-10-011-1/+1
|
* remove some #if 0'ed codeJohannes Berg2007-10-011-17/+0
|
* fix debug outputJohannes Berg2007-10-011-1/+1
|
* this seems to make the storage-based plugin workJohannes Berg2007-10-011-10/+18
|
* start box plugin experiment, seems not to workJohannes Berg2007-10-011-2/+47
|
* fix and comment the stderr reading logicJohannes Berg2007-09-301-23/+26
|
* Make it build against dovecot 1.1Johannes Berg2007-09-301-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 argumentsJohannes Berg2007-09-301-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 bugsJohannes Berg2007-09-301-10/+11
|
* seems to workJohannes Berg2007-09-301-309/+31
|
* start of rewriteJohannes Berg2007-09-301-0/+426