search for: antispam_copy

Displaying 5 results from an estimated 5 matches for "antispam_copy".

2014 Aug 17
3
antispam plugin crash
Hi, the dovecot antispam plugin crahses here on a nullpointer dereference in antispam_copy() at mailbox.c The crash tracks back to a call of antispam_classify_copy(asms->box_class, asmb->box_class) At that point in time asmb is set to 0x0, causing the process to crash with SIGSEGV. Regards, Thomas GDB output: Program received signal SIGSEGV, Segmentation fault. antispam_copy (...
2013 Nov 27
1
dovecot-antispam plugin problem with multiple messages
Hi With dovecot 2.2.5, and dovecot-antispam built from a recent HEAD pull, when copying multiple messages to or from a Spam folder, the plugin sends multiple copies of the first message to the backend. I've tried this with the pipe and spool2dir backends. For example with the spool2dir backend, via IMAP doing A COPY 1:3 Spam yields 3 copies of message id 1 in the dir: dev:imap-8.1 rplatel
2014 Aug 18
1
antispam plugin crash
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 17 Aug 2014, Thomas Witt wrote: > the dovecot antispam plugin crahses here on a nullpointer dereference in > antispam_copy() at mailbox.c does it crashes all of the time or for specific messages, mailboxes, etc.pp? What version of Dovecot and which configuration do you use? > > The crash tracks back to a call of > antispam_classify_copy(asms->box_class, asmb->box_class) - -- Steffen Kaiser -----BEGI...
2010 Jul 13
1
mailbox_storage_vfuncs: mailbox_open -> ? in 2.0
...save_finish; box->v.transaction_begin = antispam_mailbox_transaction_begin; box->v.transaction_commit = antispam_mailbox_transaction_commit; box->v.transaction_rollback = antispam_mailbox_transaction_rollback; box->v.copy = antispam_copy; } if (need_keyword_hook) box->v.mail_alloc = antispam_mailbox_mail_alloc; Thank you for any help. Trever -- A traveler on the information superhighway who often stops and looks around...
2010 Oct 23
2
[stava@telcotec.se: [stava: antispam problem]]
Hi All, I've built the dovecot-antispam-plugin from hg.dovecot.org and installed it. I've turned on debugging with "mail_debug = yes" in dovecot.conf and restarted dovecot. However, the antispam plugin module gets loaded by dovecot, but then nothing, i.e. when moving mail from Inbox to Spam and vice versa, I see nothing. How do I get debug messages from the