Salvatore Toribio wrote:
Maybe I found it. Messages with a 'disallowed attachment assosiated with unrelated MIME type' can be quarantined as spam, but I added a check (I don't remember why) that stops the spamassassin routine of setting the quarantine_description if it already exists, so in the quarantine.log the message has the other description. Fixed in 1.24st.
Sounds logical, even though there is not enough lines with the string "MIME" to fill the gap in my quarantine log.
# zcat qmail-queue.log.1.gz | grep "SA: yup, this smells like SPAM.* quarantining message" | wc -l
10282
# zcat quarantine.log.1.gz | grep "SPAM exceeds" | wc -l
10053
# zcat quarantine.log.1.gz | grep "MIME" | wc -l
53
Maybe will be better search for:
zcat quarantine.log.1.gz | grep -c 'potential virus'
I'll upgrade to 1.24st and see how it goes :)
1.24st has been working without problems for more than 24 hours, now I have to modify the configure scripts and the docs, maybe I will release it in a couple of hours... Maybe...
Regards
Salvatore
------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_idU88&alloc_id065&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general