From: Zagler, Alexander (no email)
Date: Wed Oct 01 2003 - 05:21:34 EDT
hello,
i have set up some rules to reject spam-mails and viruses.
but one email-address should not be checket by this rules.
my /etc/postfix/main.cf:
...
...
broken_sasl_auth_clients = yes
header_checks = pcre:/etc/postfix/header_checks
body_checks = pcre:/etc/postfix/body_checks
mime_header_checks = regexp:/etc/postfix/mime_header_checks
default_privs = autoresp
my /etc/postfix/header_checks:
/^subject: FW: Warm this world by truely Love$/ REJECT
/^subject: ADV:/ REJECT
/^To: <>/ REJECT
/^To: / REJECT
/^subject: =?big5?Q/ REJECT
...
...
...
i have tried to place on top:
/^To: / OK
but a mail with a subject from my rule-set was rejected.
what could i do?
best regards,
alex
|
|
|