Displaying 2 results from an estimated 2 matches for "enh_error".
2007 May 07
2
dovecot-dspam-integration
Hi Trever,
Please copy the mailing list too.
On Mon, 2007-05-07 at 09:45 -0600, Trever L. Adams wrote:
> 1) Why on line 350 of your code do you say "do (almost) everything"?
> What is left out? Is it done still by dovcecot?
I don't remember. You can probably find out by comparing the code.
> 2) "I decided that hardlinking into special folders was too much work
>
2006 Apr 11
1
dspam plugin
...gnature = mail_get_first_header(mail, SIGHEADERLINE);
The 'working with signature' that shows the corrupted signature is right
before call_dspam is called, and it outputs siglist->sig:
...
syslog(LOG_INFO, "working with signature %s ", siglist->sig );
if ((*enh_error = call_dspam (siglist->sig, is_spam))) {
...
This leads me to believe that there's a problem with:
list_append(listpool, &siglist)->sig = p_strdup(listpool, signature);
but I'm really not sure how dovecot deals with allocating pooled memory,
as that's what it appears to...