aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * mailtrain: send correct 5 bytes if message doesn't start with "From "Johannes Berg2009-04-111-1/+1
| |
| * Fix Makefile to use DESTDIR when installing for easier packaging.Evan Broder2009-03-241-1/+1
| | | | | | | | Signed-off-by: Evan Broder <broder@mit.edu>
| * fix dest_mail assignment bugJohannes Berg2009-02-231-1/+2
| | | | | | | | inspired by patch from Stéphane Cottin <stephane.cottin@vixns.com>
* | removed unused dirs in antispam transaction contextAlexander Sulfrian2009-06-041-10/+5
| | | | | | | | removed unused references to the spamdir and hamdir from the ast
* | fixed sha1 calc, removed tmpdir, create spam and ham dirsAlexander Sulfrian2009-06-032-55/+49
| | | | | | | | | | | | | | fixed the calc of the sha1 hash (many of by 1s) include -lssl in the cflags removed unused tmpdir create spamdir and hamdir before writing mails to it
* | first version of trainstore (untested)Alexander Sulfrian2009-06-011-0/+325
|/
* dspam backend: allow configuring ignoring virus emailsFredrik Lindberg2008-12-102-0/+42
| | | | | | | | | | | | | | The following new options needs to be added to the configuration for anything to happen. antispam_dspam_result_header = X-DSPAM-Result antispam_dspam_result_blacklist = Virus result_blacklist is a semicolon separated list of "blacklisted" classifications and mails with the header X-DSPAM-Result set to any of the strings (case insensitive) are ignored during move. I've tested it and it seems to work as expected.
* add signature missing thingJohannes Berg2008-12-104-14/+48
|
* dspam-exec: log dspam outputJohannes Berg2008-11-111-2/+7
|
* fix signature-log backend compilation with dovecot 1.1Johannes Berg2008-11-112-1/+16
|
* Makefile fixesEugene2008-11-051-2/+4
| | | | | fix Makefile to be usable with gmake on FreeBSD 6.1, fix installed plugin permissions
* bump version to 1.1v1.1Johannes Berg2008-11-051-1/+1
|
* fix debugv() bugsJohannes Berg2008-11-051-2/+4
|
* make args easier to understandJohannes Berg2008-11-052-7/+5
|
* remove debian packagingv1.0Johannes Berg2008-09-1812-202/+1
|
* make proper versionJohannes Berg2008-09-184-15/+24
|
* some more verbose debugging, untestedJohannes Berg2008-09-094-7/+45
|
* delete generated substvars filesJohannes Berg2008-08-213-6/+0
|
* build-depends on proper dovecot version (1.1 versions < 1.1.2 don't work)Johannes Berg2008-08-211-1/+1
|
* make multiple packages installable concurrentlyJohannes Berg2008-08-081-7/+7
|
* make packages depend on a particular dovecot versionJohannes Berg2008-08-082-3/+6
|
* remove generated substvars filesJohannes Berg2008-08-084-0/+5
|
* 1.1 plugin: fix typo pointed out AndersJohannes Berg2008-07-251-3/+4
|
* fix quota vs. antispam issue in 1.1Johannes Berg2008-07-221-1/+6
|
* fix bug in 1.1 codeJohannes Berg2008-06-051-1/+3
|
* improve verbose loggingJohannes Berg2008-06-021-6/+15
|
* add git version to pluginJohannes Berg2008-06-024-4/+20
|
* don't track debian/files in gitJohannes Berg2008-05-312-3/+1
|
* add preliminary debian packagingJohannes Berg2008-05-3116-0/+202
|
* small manpage changeJohannes Berg2008-05-311-1/+1
|
* fix CC and HOSTCC varsJohannes Berg2008-05-311-2/+2
|
* auto-detect dovecot versionJohannes Berg2008-05-316-44/+75
|
* more #ifdef removalJohannes Berg2008-05-312-12/+17
|
* defconfig: default to /usr/include/dovecot/Johannes Berg2008-05-311-2/+2
|
* clean up dovecot compat code a bitJohannes Berg2008-05-313-14/+36
|
* clean up building a bitJohannes Berg2008-05-312-10/+14
|
* 1.1 code: free mail reference before rolling back transactionJohannes Berg2008-05-301-2/+2
|