Fastmail: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
Line 4: Line 4:


* Forwarding of ham by rule testing x-Spam-Score can fail
* Forwarding of ham by rule testing x-Spam-Score can fail
** due to  http://www.fastmail.fm/help/spam_virus_protection_spam_checking.html "No X-Spam headers are added if the message is not spam checked because..."
** cause http://www.fastmail.fm/help/spam_virus_protection_spam_checking.html "No X-Spam headers are added if the message is not spam checked because..."
** workaround: in Advanced Rules: if  anyof ( '''not exists ["X-Spam-score"],''' header :value "lt" :comparator "i;ascii-numeric" ["X-Spam-score"] ["10"] ) { redirect :copy "xxx@yyy.com"; }
** workaround: in Advanced Rules: if  anyof ( '''not exists ["X-Spam-score"],''' header :value "lt" :comparator "i;ascii-numeric" ["X-Spam-score"] ["10"] ) { redirect :copy "xxx@yyy.com"; }



Revision as of 2011-05-25T13:29:41

Email service: ww.fastmail.fm

issues

  • Forwarding of ham by rule testing x-Spam-Score can fail