aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge with base/masterHEADmasterAlexander Sulfrian2011-05-0317-267/+385
|\
| * remove need for .config fileJohannes Berg2011-03-122-16/+20
| |
| * make debugging dynamicJohannes Berg2011-03-127-55/+85
| |
| * Tweak the antispam_backend option docsRon2011-03-121-5/+5
| | | | | | | | With the backends built in, it's now crm114 or dspam, without the -exec.
| * more no-plugin cleanupJohannes Berg2011-03-081-3/+0
| |
| * spool2dir: fix some codestyle issuesJohannes Berg2011-03-081-3/+5
| |
| * spool2dir: fix destination file loopJohannes Berg2011-03-081-5/+6
| |
| * fix spool2dir error handling bugJohannes Berg2011-03-061-3/+1
| | | | | | | | pointed out by Ron, thanks.
| * Add signature.o back to the buildRon2011-03-061-2/+2
| | | | | | | | And drop a stray tab in the prerequisites.
| * Drop dlfcn.h again now the plugins are builtinRon2011-03-061-1/+0
| |
| * remove -ldlJohannes Berg2011-02-271-1/+1
| |
| * build in all backend pluginsJohannes Berg2011-02-278-52/+27
| |
| * bugfix: add / when generating plugin path nameJohannes Berg2011-02-271-1/+1
| |
| * prepare version 1.4Johannes Berg2011-02-271-1/+1
| |
| * document backend selectionJohannes Berg2011-02-271-6/+15
| |
| * make two functions staticJohannes Berg2011-02-271-3/+3
| |
| * rename mailtrain to pipeJohannes Berg2011-02-274-45/+62
| |
| * Revert "Document the alternate names for the other backends"Johannes Berg2011-02-271-6/+0
| | | | | | | | | | | | | | | | This reverts commit 3c7327cf1d56ffd8580c4de8cdadba1fcf131422. Now that the backend selection is dynamic it no longer makes sense to document this -- need to document the selection instead.
| * remove BACKEND from defconfigJohannes Berg2011-02-271-12/+0
| |
| * add an API version to the backend structJohannes Berg2011-02-277-32/+51
| | | | | | | | | | | | Just to make sure nobody loads a backend plugin that isn't suitable for the version of antispam itself.
| * be packaging friendlyDaniel Hokka Zakrisson2011-02-271-11/+11
| |
| * make backend selection at runtimeDaniel Hokka Zakrisson2011-02-2711-107/+179
| |
| * fix pointer argumentDaniel Hokka Zakrisson2011-02-271-1/+1
| |
| * Document the alternate names for the other backendsRon2011-02-271-0/+6
| |
| * Greater happiness through superior .gitignoranceRon2011-02-271-0/+1
| |
| * mailtrain: redirect stdout/stderr to /dev/null for execvJohannes Berg2011-02-271-3/+5
| | | | | | | | | | | | This fixes a bug where sa-learn and similar tools fail because they cannot write to stdout or stderr at all, and propagate the error (EBADF or such).
| * avoid warnings for dovecot <= 1.1Johannes Berg2010-04-051-0/+4
| |
| * update versionJohannes Berg2010-04-051-1/+1
| |
* | Merge remote branch 'base/master'Alexander Sulfrian2009-10-314-16/+33
|\ \ | |/
| * check return value of pipe()Johannes Berg2009-09-301-1/+2
| | | | | | | | (part of a patch from Andreas Schneider)
| * make variable constJohannes Berg2009-09-301-1/+2
| | | | | | | | (part of a patch from Andreas Schneider)
| * identify patchlevel in version macrosJohannes Berg2009-08-062-7/+21
| |
| * Const correctness fixes (in line with changes in the dovecot 1.2 signatures)Ron2009-07-221-7/+7
| |
| * Include stdlib.h for the getenv prototypeRon2009-07-221-0/+1
| | | | | | | | Without the prototype this FTBFS on ia64 platforms. Closes: #537765
* | Merge commit 'base/master'Alexander Sulfrian2009-07-201-0/+13
|\ \ | |/
| * make it compile with dovecot 1.2Johannes Berg2009-07-021-0/+13
| |
* | removed trailing whitespacesAlexander Sulfrian2009-07-021-3/+3
| |
* | merged updates from base/master in own filesAlexander Sulfrian2009-06-231-11/+1
| |
* | Merge commit 'base/master'Alexander Sulfrian2009-06-235-70/+206
|\ \ | |/
| * version 1.2v1.2Johannes Berg2009-06-151-1/+1
| |
| * fix mbox "From " removal code for not-present caseJohannes Berg2009-06-152-20/+2
| | | | | | | | | | | | | | Timo explained it to me here: http://mid.gmane.org/1245092921.21624.739.camel@timo-desktop It's been broken forever.
| * put match strings and functions together into one arrayJohannes Berg2009-06-101-19/+17
| | | | | | | | (suggested by Steffen Kaiser)
| * fix off-by-one in new parsing codeSteffen Kaiser2009-06-101-2/+2
| |
| * pattern matchingJohannes Berg2009-06-072-49/+205
| | | | | | | | | | | | Based on a patch by Steffen Kaiser <skdovecot@smail.inf.fh-brs.de>, this adds pattern match support to the antispam plugin's folder matching capabilities.
* | added local ignoreAlexander Sulfrian2009-06-231-0/+1
| |
* | corrected Makefile settingAlexander Sulfrian2009-06-061-1/+1
| | | | | | | | changed -lssl from CFLAGS to LDFLAGS to remove warning
* | Merge branch 'master' of http://git.sipsolutions.net/dovecot-antispamAlexander Sulfrian2009-06-049-5/+781
|\ \ | |/
| * make reference to incronJohannes Berg2009-06-031-1/+2
| |
| * spool2dir backendSteffen Kaiser2009-05-303-0/+286
| |
| * add dovecot 1.2 supportJonas Maurus2009-04-293-2/+490
| |