Is there a fuller explanation of the virus checking options.

Amavis documentation is scattered and incomplete. There is some information in multiple readme files and the release notes.

I want Clamsdcan to check attachments, but warn me, not either bock or delete the attachments.

You can put recipient addresses into @virus_lovers_maps so that infected emails will not be blocked or deleted. Recipient warnings are an additional independent setting. Example:

@virus_lovers_maps = ([qw[
  recipient+viruslo...@example.com
  recipient+viruslover+w...@example.com
]]);

@warnvirusrecip_maps = ([qw[
  recipient+viruslover+w...@example.com
]]);

Reply via email to