procmail
[Top] [All Lists]

Re: Base64spam eliminated!

2005-09-21 10:16:11
Louis Proyect schreef:

 :0 H
 * ^*MIME_BASE64_TEXT
 /users/lnp3/mail/base64

I have some problems with that:

1. The H-flag is default, and causes problems with certain versions of
procmail, so should not be used.
2. A lockfile-request is missing
3. ^*MIME_BASE64_TEXT is nor a proper regex nor the right condition
4. $MAILDIR is probably '/users/users/lnp3' or even '/users/lnp3/mail';
in that case there is no need to code full paths like that


  MAILDIR = "$HOME/mail"

  :0:
  * ^X-Spam-Score: .*( |,)MIME_BASE64_TEXT(,|$)
  base64

(change 'X-Spam-Score' to the name of the actual header)

-- 
Grtz, Ruud


____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>