I'm using postfix to send and receive mail. I want to block Vietnamese Subject but do not know how to configure. Please help me!
Thank you,
Printable View
I'm using postfix to send and receive mail. I want to block Vietnamese Subject but do not know how to configure. Please help me!
Thank you,
Hi hungvx2,
specify the file in main.cf that holds header_checks. edit main.cf with your favorite editor and add as below.
Then edit /etc/postfix/header_checks and Append:Quote:
header_checks = regexp:/etc/postfix/header_checks
Restart postfix.Quote:
/^Subject:.*Vietnamese/ DISCARD