On 10/12/2011 1:55 AM, Varghese, Daniel wrote: > Hi Bowie, > > Thank you so much for the details. > > Forgot mention one important point in my previous mail, the rejection happens > only when I use Yahoo mail. If I send the same mail using any other clients > (Hotmail, Google, OL etc) the mail accepts as normal and everything work fine. > > So Can I assume that Yahoo client adds something more to the original content? > > If you don't mind can you please let me know where are you referring to > understand the RULE meanings, will help me in future to understand the > meanings :-) > > I'm referring to http://spamassassin.apache.org/tests_3_3_x.html but there > are no specifics.
I was looking at the rule files on my system. This lets you see the actual rule definitions (which may or may not help if you are not familiar with Perl regular expressions). On my system, I was doing this: $ cd /var/lib/spamassassin/3.003001 $ grep -h FUZZY_CREDIT */*.cf body FUZZY_CREDIT /<inter W1>(?![ck]r[e\xe9]dit)<C><R><E><D><I><T>/i describe FUZZY_CREDIT Attempt to obfuscate words in spam replace_rules FUZZY_CREDIT score FUZZY_CREDIT 1.699 1.413 0.601 1.678 The exact directory (3.003001) depends on your version of SA. -- Bowie