# SpamAssassin rules file. See 'man Mail::SpamAssassin::Conf' for details. ########################################################################### # Default template. Try to keep it under 76 columns (inside the the dots below). # Bear in mind that EVERY line will be prefixed with "SPAM: " in order to make # it clear what's been added, and allow other filters to *remove* spamfilter # modifications, so you lose 6 columns right there. # # ...................................................................... clear-report-template report -------------------- Start SpamAssassin results ---------------------- report This mail is probably spam. The original message has been altered report so you can recognise or block similar unwanted mail in future. report See http://spamassassin.org/tag/ for more details. report report Content analysis details: (_HITS_ hits, _REQD_ required) report _SUMMARY_ report -------------------- End of SpamAssassin results --------------------- # ...................................................................... ########################################################################### # and now, a template for spam-trap responses. If the first few lines # begin with "Xxxxxx: " where Xxxxxx is a header, they'll be used as # headers. clear-spamtrap-template spamtrap Subject: this address is no longer available spamtrap [this message has been automatically generated] spamtrap spamtrap Please note that this address is no longer in use, and nowadays spamtrap receives nothing but unsolicited commercial mail. Accordingly, spamtrap any mail sent to it is added to several spam-tracking databases, spamtrap then automatically deleted. spamtrap spamtrap If you genuinely want to contact the owner of the address, please spamtrap re-check your contact lists, or search the web, to find their spamtrap current e-mail address. spamtrap spamtrap The mail you sent is reproduced in full below, for resending to spamtrap the correct address. Sorry for the inconvenience! spamtrap spamtrap [-- Signed: the SpamAssassin mail filter] spamtrap ########################################################################### # Terse report template. # # ...................................................................... clear-terse-report-template terse-report ---- Start SpamAssassin results terse-report _HITS_ hits, _REQD_ required; terse-report _SUMMARY_ terse-report ---- End of SpamAssassin results # ...................................................................... ########################################################################### # Database configuration options. # # user_scores_dsn MUST be in the form: # DBI:databasetype:databasename:hostname:port # ex. DBI:mysql:spamassassin:localhost # # user_scores_sql_username is the authorized username to connect to DSN # user_scores_sql_password is the password for the database username #user_scores_dsn DBI:mysql:spamassassin:localhost #user_scores_sql_username spam #user_scores_sql_password spamfilter ########################################################################### # Automatic-whitelist directory, for the default db-based whitelist # backend. By default, each user has their own, in their ~/.spamassassin # directory with mode 0600, but for system-wide SpamAssassin use, you may # want to share this across all users; uncomment and customise the below # lines. (Make sure the mode has --x bits set.) # auto_whitelist_factor 0.5 # default: per-user whitelist: # auto_whitelist_path ~/.spamassassin/auto-whitelist # auto_whitelist_file_mode 0600 # use this for a system-wide whitelist: # auto_whitelist_path /var/spool/spamassassin/auto-whitelist # auto_whitelist_file_mode 0666 ########################################################################### # Default prefs values: users can override these in their # ~/.spamassassin/user_prefs files. # How many hits before a mail is considered spam. required_hits 5 # Mail using locales used in these country codes will not be marked # as being possibly spam in a foreign language. ok_locales en # Mail using languages used in these country codes will not be marked # as being possibly spam in a foreign language. This is an expensive # test, so it is set to "all" so the test will not be used by default. ok_languages all # Some common prefs settings can be set here, to take effect site-wide # unless the user override them. See the .prefs file for explanations. # rewrite_subject 1 # report_header 0 # subject_tag *****SPAM***** # use_terse_report 0 # defang_mime 1 # skip_rbl_checks 0 # check_mx_attempts 3 # check_mx_delay 5