aboutsummaryrefslogtreecommitdiffstats
path: root/signature-log.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-27build in all backend pluginsJohannes Berg1-2/+1
2011-02-27add an API version to the backend structJohannes Berg1-6/+7
Just to make sure nobody loads a backend plugin that isn't suitable for the version of antispam itself.
2011-02-27make backend selection at runtimeDaniel Hokka Zakrisson1-8/+17
2011-02-27fix pointer argumentDaniel Hokka Zakrisson1-1/+1
2008-12-10add signature missing thingJohannes Berg1-1/+6
2008-11-11fix signature-log backend compilation with dovecot 1.1Johannes Berg1-1/+3
2007-10-15use -WextraJohannes Berg1-3/+4
2007-10-14make settings per-pluginJohannes Berg1-5/+5
2007-10-01use 'enum classification' instead of 'bool from_spam'Johannes Berg1-2/+12
2007-10-01add non-working SQL logger backendJohannes Berg1-0/+143
It doesn't work with sqlite for the following reasons: (1) sqlite is buggy and needs sql_connect() before starting a transaction although the API states that isn't the case (2) sqlite doesn't understand ON DUPLICATE (1) leads to a segfault when used with dict-proxy. Also see the comment in the source code for the broken transaction handling in this backend.