Re: [AMaViS-user] How to apply banned_filename_maps to sender domains

2009-05-02 Thread Daniel Luttermann
Ronie Gilberto Henrich wrote: > Hi, > I am using the following rule to block mp3 files of being received > by domain example.com (recipient == @.example.com), which is hosted > by us. > @banned_filename_maps = ( >{ > '.example.com' => 'AUDIO', > '.' => 'DEFAULT', >

[AMaViS-user] How to apply banned_filename_maps to sender domains

2009-05-01 Thread Ronie Gilberto Henrich
Hi, I am using the following rule to block mp3 files of being received by domain example.com (recipient == @.example.com), which is hosted by us. @banned_filename_maps = ( { '.example.com' => 'AUDIO', '.' => 'DEFAULT', }, ); Is it any way to enforce that rule