/var/lib/spamassassin/3.004006/updates_spamassassin_org
NameSizeModeActions
10_default_prefs.cf87680644editdlrm
10_hasbase.cf24520644editdlrm
20_advance_fee.cf76120644editdlrm
20_aux_tlds.cf372510644editdlrm
20_body_tests.cf71800644editdlrm
20_compensate.cf19350644editdlrm
20_dnsbl_tests.cf105480644editdlrm
20_drugs.cf155250644editdlrm
20_dynrdns.cf113860644editdlrm
20_fake_helo_tests.cf92860644editdlrm
20_freemail.cf30600644editdlrm
20_freemail_domains.cf412740644editdlrm
20_freemail_mailcom_domains.cf44200644editdlrm
20_head_tests.cf274770644editdlrm
20_html_tests.cf107380644editdlrm
20_imageinfo.cf53020644editdlrm
20_mailspike.cf29310644editdlrm
20_meta_tests.cf35040644editdlrm
20_net_tests.cf18800644editdlrm
20_pdfinfo.cf158990644editdlrm
20_phrases.cf81590644editdlrm
20_porn.cf20620644editdlrm
20_ratware.cf168710644editdlrm
20_uri_tests.cf60090644editdlrm
20_vbounce.cf207660644editdlrm
23_bayes.cf30090644editdlrm
25_accessdb.cf15470644editdlrm
25_antivirus.cf15390644editdlrm
25_asn.cf19750644editdlrm
25_dcc.cf29570644editdlrm
25_dkim.cf57110644editdlrm
25_dmarc.cf20780644editdlrm
25_dnswl.cf30630644editdlrm
25_pyzor.cf15220644editdlrm
25_razor2.cf31640644editdlrm
25_replace.cf214850644editdlrm
25_spf.cf44000644editdlrm
25_textcat.cf17710644editdlrm
25_uribl.cf200030644editdlrm
25_url_shortener.cf109180644editdlrm
30_text_de.cf263050644editdlrm
30_text_fr.cf198030644editdlrm
30_text_it.cf18610644editdlrm
30_text_nl.cf206310644editdlrm
30_text_pl.cf172550644editdlrm
30_text_pt_br.cf429340644editdlrm
50_scores.cf379940644editdlrm
60_adsp_override_dkim.cf93400644editdlrm
60_awl.cf15140644editdlrm
60_bayes_stopwords.cf150850644editdlrm
60_shortcircuit.cf24170644editdlrm
60_txrep.cf13420644editdlrm
60_welcomelist.cf116140644editdlrm
60_welcomelist_auth.cf766330644editdlrm
60_welcomelist_dkim.cf129440644editdlrm
60_welcomelist_spf.cf63290644editdlrm
60_welcomelist_subject.cf39130644editdlrm
72_active.cf5035530644editdlrm
72_scores.cf281780644editdlrm
73_sandbox_manual_scores.cf42170644editdlrm
languages1336000644editdlrm
local.cf32180644editdlrm
MIRRORED.BY10960644editdlrm
regression_tests.cf27710644editdlrm
sa-update-pubkey.txt47770644editdlrm
STATISTICS-set0-72_scores.cf.txt14970644editdlrm
STATISTICS-set1-72_scores.cf.txt14980644editdlrm
STATISTICS-set2-72_scores.cf.txt00644editdlrm
STATISTICS-set3-72_scores.cf.txt00644editdlrm
user_prefs.template19120644editdlrm
Edit: /var/lib/spamassassin/3.004006/updates_spamassassin_org/20_meta_tests.cf (3504B)
# SpamAssassin rules file: meta tests # # Please don't modify this file as your changes will be overwritten with # the next update. Use /etc/mail/spamassassin/local.cf instead. # See 'perldoc Mail::SpamAssassin::Conf' for details. # # Add meta tests which cover *both* headers and body here. # # Note: body tests are run with long lines, so be sure to limit the # size of searches; use /.{0,30}/ instead of /.*/ to avoid huge # search times. # # <@LICENSE> # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to you under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at: # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # ########################################################################### require_version 3.004006 # some tests that will trigger FPs on ISO-2022-JP mails. body __ISO_2022_JP_DELIM /\e\$B/ meta UPPERCASE_50_75 (!__ISO_2022_JP_DELIM && __UPPERCASE_50_75) describe UPPERCASE_50_75 message body is 50-75% uppercase meta UPPERCASE_75_100 (!__ISO_2022_JP_DELIM && __UPPERCASE_75_100) describe UPPERCASE_75_100 message body is 75-100% uppercase header __SANE_MSGID MESSAGEID =~ /^<[^<>\\ \t\n\r\x0b\x80-\xff]+\@[^<>\\ \t\n\r\x0b\x80-\xff]+>\s*$/m header __HAS_MSGID MESSAGEID =~ /\S/ header __MSGID_COMMENT MESSAGEID =~ /\(.*\)/m meta INVALID_MSGID __HAS_MSGID && !(__SANE_MSGID || __MSGID_COMMENT) describe INVALID_MSGID Message-Id is not valid, according to RFC 2822 #See Bug 7411 #header __MOZILLA_MUA X-Mailer =~ /\bMozilla\b/ header __MOZILLA_MUA User-Agent =~ /^mozilla\b/i header __MOZILLA_MSGID MESSAGEID =~ /^<(?:[a-f\d]{8}-(?:[a-f\d]{4}-){3}[a-f\d]{12}|[A-F\d]{8}\.[A-F1-9][A-F\d]{0,7})\@\S+>$/m meta FORGED_MUA_MOZILLA (__MOZILLA_MUA && !__UNUSABLE_MSGID && !__MOZILLA_MSGID) describe FORGED_MUA_MOZILLA Forged mail pretending to be from Mozilla header __PC_RND_HEADER ALL =~ /%RA?ND(?:OM)?(?:_|\b|[A-Z]{3})/i rawbody __PC_RND_RAWBODY /%RA?ND(?:OM)?(?:_|\b|[A-Z]{3})/i meta PERCENT_RANDOM (__PC_RND_HEADER || __PC_RND_RAWBODY) describe PERCENT_RANDOM Message has a random macro in it # __MIME_ATTACHMENT defined in 20_html_tests.cf body __NONEMPTY_BODY /\S/ tflags __NONEMPTY_BODY nosubject priority __NONEMPTY_BODY -2000 # Bug 8078 meta EMPTY_MESSAGE !__MIME_ATTACHMENT && !__NONEMPTY_BODY describe EMPTY_MESSAGE Message appears to have no textual parts meta NO_HEADERS_MESSAGE (MISSING_DATE && MISSING_HEADERS && NO_RECEIVED && NO_RELAYS && MISSING_MID) describe NO_HEADERS_MESSAGE Message appears to be missing most RFC-822 headers ########################################################################### ifplugin Mail::SpamAssassin::Plugin::MIMEEval body __UPPERCASE_25_50 eval:check_for_uppercase('25', '50') body __UPPERCASE_50_75 eval:check_for_uppercase('50', '75') body __UPPERCASE_75_100 eval:check_for_uppercase('75', '100') endif