The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers > Answers to Frequently Asked Questions > Email Antispam Techniques and Email Filtering
Google UNIX.COM



Thread: procmail rule
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 02-13-2004
jones jones is offline
Registered User
 

Join Date: Feb 2004
Posts: 5
This one works. Apparently that character "í" was an extended ASCII 237 0xED This is procmail-3.22-5

:0
* ^Subject:.*(v=EDagra|v=ECagra|v1agra|V\*iagra|V1\@gra|Prescripti0n¦M0rtgage)
{
LOG="(THE 7 DIRTY WORDS) "
:0
/dev/null
}
Reply With Quote