Jari Fredriksson wrote: > 31.10.2009 23:26, Adam Katz kirjoitti: >> Brilliant minds think alike ;-) I have very similar rules in my >> khop-general channel: >> >> header KHOP_BIG_TO_CC ToCc =~ /(?:[^,\...@]{1,6...@[^,]{4,30},){10,19}/ >> describe KHOP_BIG_TO_CC Sent to 10+ recipients instaed of Bcc or a list >> score KHOP_BIG_TO_CC 0.3 # 20090527 >> >> header KHOP_GIANT_TO_CC ToCc =~ /(?:[^,\...@]{1,6...@[^,]{4,30},){20}/ >> describe KHOP_GIANT_TO_CC Sent to 20+ recipients instead of Bcc or a list >> score KHOP_GIANT_TO_CC 0.7 # 20090527 > > What is ToCc header? Is it some kind of a virtual header by SA?
Yes, as documented in Mail::SpamAssassin::Conf, replicated in perldoc, man page, and web documentation, http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html If you use vim, my syntax file specially colors pseudo-headers like ToCC, http://www.vim.org/scripts/script.php?script_id=2617 (this was added earlier this week).