# The following $warn*sender settings are ONLY used when mail is # actually passed to recipients ($final_*_destiny=D_PASS, or *_lovers*). # Bounces or rejects produce non-delivery status notification anyway.
# Notify virus sender? $warnvirussender = 0; # (defaults to false (undef))
# Notify spam sender? $warnspamsender = 0; # (defaults to false (undef))
# Notify sender of banned files? $warnbannedsender = 0; # (defaults to false (undef))
# Notify sender of syntactically invalid header containing non-ASCII characters?
$warnbadhsender = 0; # (defaults to false (undef))
# Notify virus (or banned files) RECIPIENT? # (not very useful, but some policies demand it) #$warnvirusrecip = 1; # (defaults to false (undef)) #$warnbannedrecip = 1; # (defaults to false (undef))
# Notify also non-local virus/banned recipients if $warn*recip is true?
# (including those not matching local_domains*)
#$warn_offsite = 1; # (defaults to false (undef), i.e. only notify locals)
