Jump to content

Fastmail: Difference between revisions

From tango.info wiki
m moved fastmail to Fastmail
 
(2 intermediate revisions by one other user not shown)
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"; }


Line 11: Line 11:


* Maintenance has been known to break forwarding and filtering etc.
* Maintenance has been known to break forwarding and filtering etc.
*** http://blog.fastmail.fm/2011/05/15/outage-report-a-cascade-of-errors/
** http://blog.fastmail.fm/2011/05/15/outage-report-a-cascade-of-errors/

Latest revision as of 2013-06-12T19:19:25

Email service: ww.fastmail.fm

issues

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