http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4988
------- Additional Comments From [EMAIL PROTECTED] 2006-07-15 20:33 ------- pasting some mails from Michael -- OK, I've put the original unmunged message here: http://zmi.at/x/bug4988-message.txt I have all my messages in an IMAP folder. Some time ago I changed the markup of SPAM for some account, causing messages like this one to be safe_report-ed (included as original message in an attachment). Then I run my masscheck, collecting via fetchmail into an mbox: fetchmail -k -a -s -n -p IMAP --folder 'masscheck_SPAM' --auth 'password' -m "formail -d -I \"From \" -a \"From \" -s >>$spamfile" power2u.zmi.at || { echo "fetchmail SPAM error, exit"; exit; } This command creates this file: http://zmi.at/x/bug4988-message-mbox.txt A quick diff: # diff /www/zmi.at/x/bug4988-messa* 1,4d0 < From [EMAIL PROTECTED] Sat Jul 15 00:39:27 2006 < Received: from power2u.zmi.at [195.202.170.130] < by localhost with IMAP (fetchmail-6.2.5) < for [EMAIL PROTECTED] (single-drop); Sat, 15 Jul 2006 00:39:27 +0200 (CEST) 55a52 > X-UID: 14695 111d107 < From [EMAIL PROTECTED] Sat Jul 15 00:39:27 2006 I can imagine that's a fetchmail bug, as it seems to only hit messages that are encapsulated. Or are any non safe_report messages causing that problem? BTW, yes, I always upload my SPAM to rsync.spamassassin.org/mailcorpus_zmi/spam/ so that you can look at it. I do that for the dev's, so in cases like this one you can directly look at the problematic parts. For any debugging you need, you can use/post my SPAM samples on the dev list in unmunged format. [jm: thanks!] ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
