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 also to block mp3 files of being
sent by domain example.com (sender == @.example.com)?


Thanks and regards,

--
Ronie

"There are two primary choices in life:
to accept conditions as they exist, or
accept the responsibility for changing them."
<>Denis Waitley<>

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to