How do I tell it to NOT send the alleged virus sender any warnings? I have the following in amavisd.conf but it's still sending warnings out. I want it to just be quiet and not try to warn anyone..

# 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)






Reply via email to