Auteur: cami Datum: Aan: exim-users Onderwerp: [Exim] exim 4 subject line blocking
hi..
i've been trying figure ways to get this right, but having no luck..
#####################################################################
#
# acl_smtp_data:
#
# we use it to do subject header checking
#
#####################################################################
acl_smtp_data = check_subject
and in the ACL's section:
check_subject:
deny condition = ${if eq {$h_subject:} {BOUNCEME} {yes}{no}}
message = "well, you asked me to bounce it!"
accept
which works perfectly.. if i send a message with the subject BOUNCEME, it bounces
it as it should..