Re: Virus checking options
Damian <[email protected]> Wed, 26 Apr 2023 08:34:01 +0200
| Newsgroups | gmane.mail.virus.amavis.user |
|---|---|
| Message-ID | <[email protected]> |
> 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[ > [email protected] > [email protected] > ]]); > > @warnvirusrecip_maps = ([qw[ > [email protected] > ]]);