Displaying 2 results from an estimated 2 matches for "ioaecxgi".
Did you mean:
ioaecxgy
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
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
>