If you use
Mail::SpamAssassin and the default configuration, and have enabled the default relay checks but
disabled bayes testing, or you have tweaked your configuration so that you enabled the checks for Osirusoft under additional circumstances, you should take steps immediately to disable such checks. Apparently, after having been DDOS'ed, the Osirusoft people have "given up the ghost" and are now returning back
every IP as a spam source when queried!
I've added this to my ~/.spamassassin/user_prefs:
score RCVD_IN_OSIRUSOFT_COM 0.0
score X_OSIRU_DUL 0.0
score X_OSIRU_DUL_FH 0.0
score X_OSIRU_OPEN_RELAY 0.0
score X_OSIRU_SPAMWARE_SITE 0.0
score X_OSIRU_SPAM_SRC 0.0
I suggest you do the same. If you manage SpamAssassin for a site rather than a personal delivery, you'll need to add similar lines to the site-wide configuration.
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
update - added RCVD... line based on feedback from slashdot posting
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.