Re: Malforrmed List-id

2018-05-06 Thread Kenneth Porter
--On Thursday, May 03, 2018 1:16 PM -0500 David Jones wrote: I agree. Whitelisting or subtracting points should be tied to domain authentication or IP reputation. Spammers are reading this email thread and are already crafting emails to match this rule. That's a fundamental problem with an

Re: Malforrmed List-id

2018-05-06 Thread Kenneth Porter
--On Thursday, May 03, 2018 8:58 PM +0200 Benny Pedersen wrote: corpus testing should show how bad it is if it is Indeed. The scores I gave are just what work well for me. They'd need to go through corpus testing to work for general release, and then sites could override the corpus scores a

Re: Malforrmed List-id

2018-05-06 Thread Kenneth Porter
--On Thursday, May 03, 2018 8:44 PM +0200 Benny Pedersen wrote: hallo, mimedefang does not use spamd MD compiles and runs its own copy of SA internally. I have spamd running for individuals to filter email after it's past the MTA.

Re: Weird Long-Term Whitelist Issue

2018-05-06 Thread Kevin A. McGrail
I think you would have to include a pastebin of spamassassin -D output from this and a pastebin of an email showing the issue. Off the cuff, I think you will likely have an error somewhere in your .cf file where there is a weird line that is blowing up parsing your config. -- Kevin A. McGrail Ass

Re: My body rules match when incoming emails are encoded in charset=utf-8 but don't when incoming emails are encoded in charset="iso-8859-1"

2018-05-06 Thread Joëlle Pfeffer
Actually, "normalize_charset 1" works and it works as follows : * Without writing "normalize_charset 1", I need to write 2 rules, as I said before : * rule for UTF-8 encoded emails : body REGLE_B001 /^Votre boîte aux lettres est pleine et doit être validée/- * rule for ISO-8

Re: My body rules match when incoming emails are encoded in charset=utf-8 but don't when incoming emails are encoded in charset="iso-8859-1"

2018-05-06 Thread Joëlle Pfeffer
Thank you, Reindl, for the answer. I had tried "normalize_charset 1" but it doesn't work on my email system. I had also tried : rawbody REGLE_B001_ISO /^Votre bo=EEte aux lettres est pleine et doit =EAtre valid=E9e/ bit it doesn't work either. I finally found the solution : It consists in

Re: Weird Long-Term Whitelist Issue

2018-05-06 Thread David Jones
On 05/05/2018 07:37 PM, Charlie Wilkinson wrote: Hi, I've been running spamassassin forever and this has been bugging me for probably a decade, across various versions of SA and RedHat/FedoraCore Linux. Googling has produced nothing helpful and the problem has finally annoyed me enough to joi