Thanks to Renato Martins ============================== HOW TO use MBL on Postfix: ============================== a) edit file main.cf including the following lines: # File with content filter for e-mail body body_checks = regexp:/usr/local/etc/postfix/body-deny b) create a shell script to update body-deny like this: #!/bin/sh /usr/local/bin/wget --http-user=_your_email_address_ --http-passwd=_your_passwd_ -O - _URL_to_the_Postfix_list > /usr/local/etc/postfix/body-deny /usr/local/sbin/postfix reload c) add this shell script to your cron for regular updates