Re: [AMaViS-user] Changing BANNED, message contains part banner

2009-02-27 Thread Wendel, Ryan
of the banned attachments? -Original Message- From: Sahil Tandon [mailto:sa...@tandon.net] Sent: Thursday, February 26, 2009 8:39 PM To: amavis-user@lists.sourceforge.net Subject: Re: [AMaViS-user] Changing BANNED, message contains part banner On Thu, 26 Feb 2009, Wendel, Ryan wrote

Re: [AMaViS-user] Changing BANNED, message contains part banner

2009-02-27 Thread Mark Martinec
Ryan, What is the code responsible for this message being output trying to communicate exactly? my(@b); @b = @{$r-banned_parts} if defined $r-banned_parts; my($b_chopped) = @b 2; @b = (@b[0,1],'...') if $b_chopped; my($msg) = BANNED, message contains . (@b==1 ? 'part' : 'parts') .

[AMaViS-user] Changing BANNED, message contains part banner

2009-02-26 Thread Wendel, Ryan
I was wondering where I can change the BANNED, message contains part banner to something more end-user friendly. What variable in what configuration file holds this banner? -Ryan -- Open Source Business Conference

Re: [AMaViS-user] Changing BANNED, message contains part banner

2009-02-26 Thread Sahil Tandon
On Thu, 26 Feb 2009, Wendel, Ryan wrote: I was wondering where I can change the BANNED, message contains part banner to something more end-user friendly. What variable in what configuration file holds this banner? You can edit the amavisd Perl executable. -- Sahil Tandon sa...@tandon.net