Virus checking options

Damian amavis at arcsin.de
Wed Apr 26 08:34:01 CEST 2023


> 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+viruslover at example.com
>   recipient+viruslover+warn at example.com
> ]]);
>
> @warnvirusrecip_maps = ([qw[
>   recipient+viruslover+warn at example.com
> ]]);



More information about the amavis-users mailing list