On Wed, 02 May 2012 18:35:00 +0200 Marko Weber <[email protected]> wrote:
> > hello amavis list, > > i set in my amavisd.conf > > @banned_files_lovers_maps = ( ['[email protected]', ], ); > > for passing banned extensions thru for a specified user. > > When i send a .exe to this user i get this in logs: > > May 2 18:27:33 mail amavis[13374]: (13374-01) Passed BANNED > (application/octet-stream,.exe,putty.exe) > {RelayedTaggedInbound,Quarantined}, [87.193.207.247]:63254 > [87.193.xxx.xxx] <[email protected]> -> <[email protected]>, > quarantine: banned-3-tmykEgXrUL, Queue-ID: 0CE6010D5C6, Message-ID: > <[email protected]>, > mail_id: 3-tmykEgXrUL, Hits: -, size: 669221, queued_as: CD62375171, 234 > ms > > I get the mail in webmailer, but without the .exe in it. > > The .exe get stored in /var/amavis/qurantine/ > > So, i tried to release it with amavisd-release > > amavisd-release banned-3-tmykEgXrUL , results in : > > 250 2.5.0 No recipients, nothing to do > > In Log i found this: > > > May 2 18:30:52 mail amavis[13377]: (rel-3-tmykEgXrUL) Quarantined > message release (miscategorized): 3-tmykEgXrUL <[email protected]> -> , > (excluded: <[email protected]> ) > > I dont get it why, <[email protected]> get exluded, > i put this mail-adress into "banned_files_lover_maps" < > @banned_files_lovers_maps = ( ['[email protected]', ], ); > > > any ideas why? > > any help would be great. > > thank you. > > marko > From: Klaus Tachtler <[email protected]> To: [email protected] Subject: Re: Problem with @banned_files_lovers_maps... Date: Tue, 20 Mar 2012 14:59:28 +0100 The $bypass_decode_parts = 1; in conjunction with set @banned_files_lovers_maps = ( { '[email protected]' => 1, } ); does solved your same issue, for me hope may help u
