On Wed, 2008-11-26 at 06:30 -0700, Trever L. Adams wrote:> Trever L. Adams wrote: > > I believe it appears you have gone back to dspam, is this correct?No.> > What backend do you use? What version? I am using 3.8.1.I'm using crm114 still.> > I still have problems with your plugin with the hash driver and the > > sqlite3 driver seems to segfault all the time. > > > > Any ideas?Sorry, no.> I just realized it is the dovecot-antispam plugin that is returning the > error of not finding the signature. > > dovecot-1.1.6-2.fc10.i386 is the version of dovecot I am using. > > Looking at the message source, there is indeed an X-DSPAM-Signature line.Interesting. Somebody else was reporting the same errors, but I'm not seeing them. But I'm still using 1.1.2. I'll review the changes, I guess, but if I don't find anything quickly I won't get around to poking at it before Christmas. johannes -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20081126/16ce958b/attachment-0002.bin>
[please don't drop the list, somebody else might care] On Wed, 2008-11-26 at 07:02 -0700, Trever L. Adams wrote:> Johannes Berg wrote: > > Interesting. Somebody else was reporting the same errors, but I'm not > > seeing them. But I'm still using 1.1.2. I'll review the changes, I > > guess, but if I don't find anything quickly I won't get around to poking > > at it before Christmas. > > > > johannes > > > > I found out what the problem is. In your git tree you have the signature > option set for both dspam and crm114 with both uncommented.Oh, so it's looking for the crm signature? Well, I guess the man-page should have them both commented out, maybe.> Can you provide me with more information on your crm setup?Well, it's a bit complicated, but I'll leave out the SMTP part. When a mail is delivered locally, it's passed to crm114: basically: xfilter "/usr/local/bin/mailreaver" if ( /^X-CRM114-Status: UNSURE/:h ) { to $HOME/Maildir/.UNSURE/ } if ( /^X-CRM114-Status: SPAM/:h ) { to $HOME/Maildir/.SPAM/ } and then in dovecot, I have: plugin { crm114_spam = SPAM crm114_unsure = UNSURE crm114_signature = X-CRM114-CacheID crm114_crm_binary = /usr/local/bin/mailreaver } (I compile my plugin with the option to change the pluginname) johannes -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20081126/b5c9240d/attachment-0002.bin>
>>> Interesting. Somebody else was reporting the same errors, but I'm not >>> seeing them. But I'm still using 1.1.2. I'll review the changes, I >>> guess, but if I don't find anything quickly I won't get around to poking >>> at it before Christmas. >>> >>> johannes >>> >>> >> I found out what the problem is. In your git tree you have the signature >> option set for both dspam and crm114 with both uncommented. >>I was the other one having this problem. Where exactly is that line? I was just looking at the whole thing again and re-testing, without any success. Cheers, Jakob