aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* make plugin for 1.1 work more or lessJohannes Berg2008-05-302-44/+30
| | | | | It's not really tested, might leak memory, eat your mail, whatever... It no longer crashes though.
* allow .config to add cflagsJohannes Berg2008-05-302-1/+4
|
* include -Wall in CFLAGSJohannes Berg2008-05-201-1/+1
|
* Fix compile against current dovecot 1.0 sources.Chris Boyle2008-05-201-2/+4
|
* fix a couple of 1.1 bugsJohannes Berg2008-04-261-13/+7
|
* make move_to_class staticJohannes Berg2008-04-261-1/+1
|
* add 1.1 storage. probably doesn't workJohannes Berg2008-04-261-0/+509
|
* backend preparations for 1.1Johannes Berg2008-04-265-0/+40
|
* shuffle some code, add _id for 1.1 pluginJohannes Berg2008-04-263-7/+14
|
* mailtrain: fix bug with stripping "From " lineJohannes Berg2008-04-241-4/+16
|
* allow configuring user/group for installed binaryDavid Reid2008-04-212-2/+6
| | | | | This patch essentially allows you to configure the user and group that are used for the installed binary :-)
* add verbose debuggingJohannes Berg2008-04-195-3/+33
|
* make code for folder hook clearerJohannes Berg2008-03-201-1/+1
|