# helo breaks some good clients... ## reject "Malformed HELO (not a domain, no dot)" ## helo /\./n reject "Malformed RCPT TO (not an email address, not <.*@.*>)" envrcpt /<(.*@.*|Postmaster)>/ein reject "Send confidential email to my other address!" header /^Subject$/ /Confidential BRIEF. PLEASE READ./i reject "We need the Prime desing work!" header /^Subject$/ /Prime custom design work/ reject "No Reps here!" header /^Subject$/ /(REPRESENTATIVE|attn:Representative)/e reject "Blocked. Consult abuse.monkeybrains.net if you feel this is an error." header /^From$/ /marketplace.com/i reject "Unsubscribe. The Pleasure is Mine." header /^From$/ /thebargainismine.com/i reject "Who are you?" header /^From$/ /^$/ and header /^Subject$/ /^$/ tempfail "Sender IP address not resolving" connect /\[.*\]/ // reject "Dialup pools can not send email. Use your ISPs SMTP server." connect /(_pool_|Dialup-|dialup\.)/ // # Swen worm # discard # header /^(TO|FROM|SUBJECT)$/e // # header /^Content-type$/i /boundary="Boundary_(ID_/i # header /^Content-type$/i /boundary="[a-z]*"/ # body ,^Content-type: audio/x-wav; name="[a-z]*\.[a-z]*",i # set some variables attachments = header ,^Content-Type$, ,multipart/mixed,i and \ body ,^Content-Type: application/,i bogus_drugs = header /^Subject$/ /(taldalafil|viagra|Vălium|regalis|cialis|soft["',.%!$ ]?tabs |prescription.*free|buy .*without embarrassment| meds .*sample|Selling every prescription|quick rx | meds .*online)/ei replicas = header /^Subject$/ /(Order.*replica|Rolex|r0lex|r0l3x|replica.*handbag|replica watch)/ei reject "I'm sorry, time honored REPLICAS not wanted!" $replicas reject "Bogus drugs. Cannot Deliver email." $bogus_drugs reject "Rejected due to possible virus attachment." $attachments and body ,name=".*\.(pif|scr|bat|cmd)"$,ie reject "Rejected due to possible virus attachment. SOBER.O Filter added: May 2, 2005." $attachments and body ,name=".*(our_secret|mail_info|error-mail_info|account_info|account_info-text|LOL|autoemail-text|_PassWort-Info|Fifa_Info-Text|okTicket-info)\.zip"$,ie discard envrcpt /<.*@ijustgotfired.com>/ei