You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2008/06/06 17:13:32 UTC

[Spamassassin Wiki] Trivial Update of "Rules/FH DATE PAST 20XX" by LeeMaguire

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by LeeMaguire:
http://wiki.apache.org/spamassassin/Rules/FH_DATE_PAST_20XX

The comment on the change is:
date typo

------------------------------------------------------------------------------
  
  === Explanation ===
  
- The rule matches the year (a string of four numbers) in the Date header, and checks if it is between 2010 and 2019.
+ The rule matches the year (a string of four numbers) in the Date header, and checks if it is between 2010 and 2099.
  
  === Further Info ===