Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | mailtrain: send correct 5 bytes if message doesn't start with "From " | Johannes Berg | 2009-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fix Makefile to use DESTDIR when installing for easier packaging. | Evan Broder | 2009-03-24 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Evan Broder <broder@mit.edu> | |||||
| * | fix dest_mail assignment bug | Johannes Berg | 2009-02-23 | 1 | -1/+2 | |
| | | | | | | | | inspired by patch from Stéphane Cottin <stephane.cottin@vixns.com> | |||||
* | | removed unused dirs in antispam transaction context | Alexander Sulfrian | 2009-06-04 | 1 | -10/+5 | |
| | | | | | | | | removed unused references to the spamdir and hamdir from the ast | |||||
* | | fixed sha1 calc, removed tmpdir, create spam and ham dirs | Alexander Sulfrian | 2009-06-03 | 2 | -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 Sulfrian | 2009-06-01 | 1 | -0/+325 | |
|/ | ||||||
* | dspam backend: allow configuring ignoring virus emails | Fredrik Lindberg | 2008-12-10 | 2 | -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 thing | Johannes Berg | 2008-12-10 | 4 | -14/+48 | |
| | ||||||
* | dspam-exec: log dspam output | Johannes Berg | 2008-11-11 | 1 | -2/+7 | |
| | ||||||
* | fix signature-log backend compilation with dovecot 1.1 | Johannes Berg | 2008-11-11 | 2 | -1/+16 | |
| | ||||||
* | Makefile fixes | Eugene | 2008-11-05 | 1 | -2/+4 | |
| | | | | | fix Makefile to be usable with gmake on FreeBSD 6.1, fix installed plugin permissions | |||||
* | bump version to 1.1v1.1 | Johannes Berg | 2008-11-05 | 1 | -1/+1 | |
| | ||||||
* | fix debugv() bugs | Johannes Berg | 2008-11-05 | 1 | -2/+4 | |
| | ||||||
* | make args easier to understand | Johannes Berg | 2008-11-05 | 2 | -7/+5 | |
| | ||||||
* | remove debian packagingv1.0 | Johannes Berg | 2008-09-18 | 12 | -202/+1 | |
| | ||||||
* | make proper version | Johannes Berg | 2008-09-18 | 4 | -15/+24 | |
| | ||||||
* | some more verbose debugging, untested | Johannes Berg | 2008-09-09 | 4 | -7/+45 | |
| | ||||||
* | delete generated substvars files | Johannes Berg | 2008-08-21 | 3 | -6/+0 | |
| | ||||||
* | build-depends on proper dovecot version (1.1 versions < 1.1.2 don't work) | Johannes Berg | 2008-08-21 | 1 | -1/+1 | |
| | ||||||
* | make multiple packages installable concurrently | Johannes Berg | 2008-08-08 | 1 | -7/+7 | |
| | ||||||
* | make packages depend on a particular dovecot version | Johannes Berg | 2008-08-08 | 2 | -3/+6 | |
| | ||||||
* | remove generated substvars files | Johannes Berg | 2008-08-08 | 4 | -0/+5 | |
| | ||||||
* | 1.1 plugin: fix typo pointed out Anders | Johannes Berg | 2008-07-25 | 1 | -3/+4 | |
| | ||||||
* | fix quota vs. antispam issue in 1.1 | Johannes Berg | 2008-07-22 | 1 | -1/+6 | |
| | ||||||
* | fix bug in 1.1 code | Johannes Berg | 2008-06-05 | 1 | -1/+3 | |
| | ||||||
* | improve verbose logging | Johannes Berg | 2008-06-02 | 1 | -6/+15 | |
| | ||||||
* | add git version to plugin | Johannes Berg | 2008-06-02 | 4 | -4/+20 | |
| | ||||||
* | don't track debian/files in git | Johannes Berg | 2008-05-31 | 2 | -3/+1 | |
| | ||||||
* | add preliminary debian packaging | Johannes Berg | 2008-05-31 | 16 | -0/+202 | |
| | ||||||
* | small manpage change | Johannes Berg | 2008-05-31 | 1 | -1/+1 | |
| | ||||||
* | fix CC and HOSTCC vars | Johannes Berg | 2008-05-31 | 1 | -2/+2 | |
| | ||||||
* | auto-detect dovecot version | Johannes Berg | 2008-05-31 | 6 | -44/+75 | |
| | ||||||
* | more #ifdef removal | Johannes Berg | 2008-05-31 | 2 | -12/+17 | |
| | ||||||
* | defconfig: default to /usr/include/dovecot/ | Johannes Berg | 2008-05-31 | 1 | -2/+2 | |
| | ||||||
* | clean up dovecot compat code a bit | Johannes Berg | 2008-05-31 | 3 | -14/+36 | |
| | ||||||
* | clean up building a bit | Johannes Berg | 2008-05-31 | 2 | -10/+14 | |
| | ||||||
* | 1.1 code: free mail reference before rolling back transaction | Johannes Berg | 2008-05-30 | 1 | -2/+2 | |
| | ||||||
* | make plugin for 1.1 work more or less | Johannes Berg | 2008-05-30 | 2 | -44/+30 | |
| | | | | | It's not really tested, might leak memory, eat your mail, whatever... It no longer crashes though. | |||||
* | allow .config to add cflags | Johannes Berg | 2008-05-30 | 2 | -1/+4 | |
| | ||||||
* | include -Wall in CFLAGS | Johannes Berg | 2008-05-20 | 1 | -1/+1 | |
| | ||||||
* | Fix compile against current dovecot 1.0 sources. | Chris Boyle | 2008-05-20 | 1 | -2/+4 | |
| | ||||||
* | fix a couple of 1.1 bugs | Johannes Berg | 2008-04-26 | 1 | -13/+7 | |
| | ||||||
* | make move_to_class static | Johannes Berg | 2008-04-26 | 1 | -1/+1 | |
| | ||||||
* | add 1.1 storage. probably doesn't work | Johannes Berg | 2008-04-26 | 1 | -0/+509 | |
| | ||||||
* | backend preparations for 1.1 | Johannes Berg | 2008-04-26 | 5 | -0/+40 | |
| | ||||||
* | shuffle some code, add _id for 1.1 plugin | Johannes Berg | 2008-04-26 | 3 | -7/+14 | |
| | ||||||
* | mailtrain: fix bug with stripping "From " line | Johannes Berg | 2008-04-24 | 1 | -4/+16 | |
| | ||||||
* | allow configuring user/group for installed binary | David Reid | 2008-04-21 | 2 | -2/+6 | |
| | | | | | This patch essentially allows you to configure the user and group that are used for the installed binary :-) | |||||
* | add verbose debugging | Johannes Berg | 2008-04-19 | 5 | -3/+33 | |
| | ||||||
* | make code for folder hook clearer | Johannes Berg | 2008-03-20 | 1 | -1/+1 | |
| |