WARNING! Email deliverability is screwed for the next few days

8 replies
Sorry about the 'warning' header but SpamAssassin has a 2010 bug that is yet unresolved.

Since 2010, SpamAssassin is causing a LOT of false positives by adding anywhere from 2.1 to 3.2 points to spam scores now what we are in the year 2010. The associated 'reason' for the false positive is "The date is grossly in the future." which obviously enough isn't the case since 2010 is not grossly in the future (any longer)

This means your email messages now have up to 3.2 spamassassin points automatically added to them on unpatched machines. There is little you can do as a marketer sending emails.. cross your fingers and keep an eye on the status of this bug.

There was a workaround created about 5 months ago but it didn't make it into the 'release' code (which is updated by calling the 'sa-update' command).

If you have your own dedicated server and you receive emails on it, (for helpdesk, feedback, etc) I would propose you comment out the FH_DATE_PAST_20XX rule from your .cf file.

My .cf files are in these folders:
/usr/share/spamassassin/
/etc/mail/spamassassin/

You can search for the 2010 bug code on your server as follows:
find /usr/share/spamassassin/ -type f -name "*.cf" -exec grep -li "FH_DATE_PAST_20XX" {} \;
find /etc/mail/spamassassin/ -type f -name "*.cf" -exec grep -li "FH_DATE_PAST_20XX" {} \;

Once you have commented out those lines containing FH_DATE_PAST_20XX (by putting a # at the beginning) restart spamassasin as follows:
service spamassassin restart

Here is the official page for the bug:
https://issues.apache.org/SpamAssass...ug.cgi?id=6269

I hope aweber and others have modified their spamassassin .cf files to overcome this silly issue. It's like Y2K all over again.

Again, sorry about the thread title, but this is very important and affects all us marketers.

Sean
#days #deliverability #email #screwed #warning
  • Profile picture of the author Steven Wagenheim
    This only affects people who use Spam Assassin, right? (which I don't.)

    So I should get all my emails...correct?

    Just checking.
    {{ DiscussionBoard.errors[1570037].message }}
  • Profile picture of the author Brian Tayler
    I use SpamAssassin so thanks for the heads up
    {{ DiscussionBoard.errors[1570545].message }}
  • Profile picture of the author Sean Kelly
    Hi Steven, it affects all mailservers that use SpamAssassin to gauge if incoming email is spam or not.

    Once a threshold is reached (eg: 5.0) then the email is discarded automatically by the mailserver.

    You can patch your own email server for incoming mail but there is little you can do about the messages you send as you don't have control over what other mailservers receiving your email do.

    They are still talking about it on the SpamAssassin bug tracker.. there was a new suggestion posted there an hour or so ago.

    "This only affects people who use Spam Assassin, right?" Correct.

    Sean
    Signature
    http://javadocs.com - Javadocs
    {{ DiscussionBoard.errors[1570547].message }}
  • Profile picture of the author HostingBurst
    pretty poor by them,rather stupid thing for them to program in lol
    {{ DiscussionBoard.errors[1571151].message }}
  • Profile picture of the author freudianslip27
    Wow, that's a shame to hear. I sure hope they get their act together. Tons of people use spam assassin and this has a fairly big impact on people communicating through email.

    Matt
    Signature

    WarriorForum Rules!

    {{ DiscussionBoard.errors[1571201].message }}
  • Profile picture of the author AverageGuy
    wow, no wonder many my emails were disappeared. have to check it now.

    thanks

    david
    {{ DiscussionBoard.errors[1571278].message }}
    • Profile picture of the author Sean Kelly
      Update:

      Looking at the bug tracker it seems that if you now run the 'sa-update' command on your server the 2010 rule has been fixed. That's good, but everybody needs to run that update script and few people know about the bug.

      I wouldn't have noticed this issue at all only for I just completed building my SpamScoreChecker.com site yesterday.

      Sean
      Signature
      http://javadocs.com - Javadocs
      {{ DiscussionBoard.errors[1572749].message }}
      • Profile picture of the author Steven Wagenheim
        Originally Posted by Sean Kelly View Post

        Update:

        Looking at the bug tracker it seems that if you now run the 'sa-update' command on your server the 2010 rule has been fixed. That's good, but everybody needs to run that update script and few people know about the bug.

        I wouldn't have noticed this issue at all only for I just completed building my SpamScoreChecker.com site yesterday.

        Sean
        Sean, then in my opinion, that's not a fix. Spam Assassin needs to fix
        their software.

        This could be a serious problem for a lot of people for a long time.
        {{ DiscussionBoard.errors[1573092].message }}

Trending Topics