Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-05-31 | clean up dovecot compat code a bit | Johannes Berg | 1 | -11/+2 | |
2008-04-26 | backend preparations for 1.1 | Johannes Berg | 1 | -0/+19 | |
2008-04-24 | mailtrain: fix bug with stripping "From " line | Johannes Berg | 1 | -4/+16 | |
2008-03-20 | add debug output to mailtrain | Johannes Berg | 1 | -0/+2 | |
2008-03-06 | Properly log return value of sendmail invocation if it fails. | Steffen Kaiser | 1 | -1/+1 | |
2008-03-05 | Fix file descriptor leak in mailtrain backend | Steffen Kaiser | 1 | -2/+3 | |
2008-03-05 | Leaked a t_pop() call in I/O handler 0x805b350 | Steffen Kaiser | 1 | -2/+5 | |
Raw backtrace: imap [0x80ad741] -> imap [0x80ad65c] -> imap(io_loop_handler _run+0x1ce) [0x80b35ce] -> imap(io_loop_run+0x28) [0x80b29a8] -> imap(main+0x5a0) [0x8063590] -> /lib/tls/i686/cmov/libc.so.6(__lib c_start_main+0xc8) [0xb7e37ea8] -> imap [0x8055e31] child 18478 (imap) killed with signal 6 Cause is, if sendmail fails with an exit code != 0, the function returns with -1 immediately skipping the t_pop() before the end of the function. This fixes it. | |||||
2008-02-02 | allow arbitrary command line arguments for mailtrain backend | Johannes Berg | 1 | -9/+38 | |
2007-10-15 | use -Wextra | Johannes Berg | 1 | -2/+3 | |
2007-10-14 | make settings per-plugin | Johannes Berg | 1 | -9/+9 | |
2007-10-01 | use 'enum classification' instead of 'bool from_spam' | Johannes Berg | 1 | -8/+17 | |
2007-10-01 | add mailtrain backend and docs | Johannes Berg | 1 | -0/+294 | |