On Sun, 2007-09-30 at 16:04 +0200, Johannes Berg wrote:
Sparked from the discussion on the list, I've put my antispam plugin into git and split up the code into a frontend and possibly multiple backends. See http://git.sipsolutions.net/dovecot-antispam.git/ (URL functions as both gitweb and git URL)
Just added a new feature that should help those who need --user given on the dspam command line:
http://git.sipsolutions.net/?p=dovecot-antispam.git;a=commit;h=b61c062501065...
--->%--- dspam-exec backend: allow extra arguments
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 ...]
---%<---
johannes