|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Rocco Scappatura (Rocco.Scappatura
sttspa.it)
Date: Thu Jun 21 2007 - 06:18:38 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> yes. but I personally use the existence of the folder as an "opt-in"
> mechanism: if the recipient wants his spam in the Junk
> folder, he creates the folder. if he no more wants that, he
> deletes the Junk folder. This is easily done with
>
> if (/^X-Spam-Status: *Yes/)
> {
> exception {
> TO $_JUNK_DESTINATION
> }
> }
SorryHow is defined _JUNK_DESTINATION..
Maybe I have to choose a name (i.e.: "Spam") and tell the user if he
wants to have a such folder then he have to create the folder "Spam" in
his mailbox?
> Warning: when trying to check the spam header, make sure you
> won't catch non spam. for example, There is a "YES" in "BAYES".
OK..
Thanks
rocsca
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]