MAAS History
Archives
« Critical Vulnerabilities In Adobe Illustrator CS4 and CS3 | Main | Firefox 3.5.7 Update Release »
Wednesday
Jan062010

SpamAssissin Suffers From Decade Based Bug

Mac OSX server uses SpamAssassin to filter inbound spam for mail services. SpamAssissin increases the score on legitimate 2010 messages resulting in the messages being marked as spam. Apple has two resolutions, the first is to disable the date rule by editing "/etc/mail/spamassassin/local.cf". Apple's support document uses vi, I like nano so you can replace the sudo vi with sudo nano <fileName> or set the EDITOR value in your .profile file.

The second solution is change the date rule for scoring on future dates by doing the following.

  • Stop mail server.
  • Open terminal and enter "sudo nano /usr/share/spamassassin/72_active.cf"
  • Find the "FH_DATE_PAST_20xx" and edit the Header to read
    • header  "FHDATA_PAST_20XX Data=~/20[2-9][0-9]/ [if-unset:2006]"
      • *You are changing so that it will flag messages that originate greater then or equal to 2020.

 

Many administrator customize the SpamAssassin settings so any other date related flags must be checked. The change in the decade has resulted in several decade based bugs in various sofware packages on multiple platforms. 

PrintView Printer Friendly Version

EmailEmail Article to Friend

References (1)

References allow you to track sources for this article, as well as articles that were written in response to this article.

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.
Member Account Required
You must have a member account on this website in order to post comments. Log in to your account to enable posting.