1. cd /etc/postfix
2. open (or create) the file body_checks
3. Insert this line:
/^.*http:\\/\\/drs\\.yahoo\\.com\\/company_name\\/NEWS/ DISCARD no-viruses-please
4. Edit main.cf and insert this line:
body_checks = regexp:/etc/postfix/body_checks
5. stop and restart mail services (postfix reload will *not* do!)
Comments are closed