|
||||
|
mail filter problem on cpanel
hi all
today i try to make a email filter using cpanel options but dont work this its the code Code:
if first_delivery
and ( ("$header_from:" contains "id@dominio.com")
or ("$header_from:" contains "id1@dominio.com")
or ("$header_from:" contains "id2@dominio.com")
)
then
unseen deliver "id3@dominio.com"
endif
Code:
if $header_from: contains "id@dominio.com" then deliver "id3@dominio.com" endif send a copy (bcc) to id3@dominio.com any idea ?
__________________
Alfredo Andaluz Prado Ihostmarket "Advanced Hosting Solutions" IHM |
|
|||
|
hi devil,
you can try this if first_delivery and ("$h_from:" contains "id@dominio.com") and not ("$h_X-Spam-Checker-Version:" begins "SpamAssassin") then unseen deliver "id3@dominio.com" endif Last edited by yantomulia; 04-30-2008 at 06:05 AM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|