Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add some notes on implementing other requested features | Johannes Berg | 2007-09-30 | 1 | -0/+33 | |
| | ||||||
* | whitespace cleanup | Johannes Berg | 2007-09-30 | 1 | -3/+3 | |
| | ||||||
* | fix and comment the stderr reading logic | Johannes Berg | 2007-09-30 | 1 | -23/+26 | |
| | ||||||
* | minor change to config section | Johannes Berg | 2007-09-30 | 1 | -3/+3 | |
| | ||||||
* | add configuration section to README | Johannes Berg | 2007-09-30 | 1 | -0/+35 | |
| | ||||||
* | Make it build against dovecot 1.1 | Johannes Berg | 2007-09-30 | 5 | -18/+113 | |
| | | | | | Untested, use at your own risk, mostly consisted of copying changes from the cmd-copy.c implementation into plugin.c. | |||||
* | don't use is_empty_str | Johannes Berg | 2007-09-30 | 1 | -1/+1 | |
| | ||||||
* | don't debug-log to syslog by default | Johannes Berg | 2007-09-30 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -14/+13 | |
| | ||||||
* | fix error handling | Johannes Berg | 2007-09-30 | 1 | -3/+10 | |
| | ||||||
* | add readme (thanks to Andreas Schneider) | Johannes Berg | 2007-09-30 | 1 | -0/+52 | |
| | ||||||
* | grammar fix | Johannes Berg | 2007-09-30 | 3 | -7/+7 | |
| | ||||||
* | add GPLv2 file | Johannes Berg | 2007-09-30 | 1 | -0/+344 | |
| | ||||||
* | seems to work | Johannes Berg | 2007-09-30 | 5 | -353/+201 | |
| | ||||||
* | start of rewrite | Johannes Berg | 2007-09-30 | 7 | -310/+678 | |
| | ||||||
* | fix C file | Johannes Berg | 2007-09-30 | 1 | -1/+0 | |
| | ||||||
* | add .gitignore | Johannes Berg | 2007-09-30 | 1 | -0/+2 | |
| | ||||||
* | import original plugin | Johannes Berg | 2007-09-30 | 1 | -0/+449 | |