Rafael Azevedo: > Even running this as the filter-script it just doesn't work: > > #!/bin/bash > # Localize these. > echo Message content rejected; > exit 75; > > > The message goes to final recipient instead of being rejected.
That is evendence that content_filter is not being used. Are you
aware that your "smtpd -o content_filter=blah" will only process
messages that arrive via SMTP port 25?
Wietse
