Re: [Mimedefang] Re: exiting the filter before any processing

2005-09-07 Thread John Nemeth
On Jan 28, 5:44am, Rolf wrote: } } The supplied filter is just an example. MIMEDefang } admins are expected to modify it to suit local requirements. But if } you know Perl, it shouldn't take you more than a minute to make the } changes } } Yes, I only know basic perl, but given the

[Mimedefang] Re: exiting the filter before any processing

2005-09-06 Thread Rolf
hello Yesterday I received several helpful responses to the question below. All suggested using filter_relay to avoid further processing. I have now discovered that what I was initially trying doesn't match what the business wants. What is required is that some parts of the filter are to be

[Mimedefang] Re: exiting the filter before any processing

2005-09-06 Thread Mack
: [Mimedefang] Re: exiting the filter before any processing hello Yesterday I received several helpful responses to the question below. All suggested using filter_relay to avoid further processing. I have now discovered that what I was initially trying doesn't match what the business wants. What

RE: [Mimedefang] Re: exiting the filter before any processing

2005-09-06 Thread Mack
:[EMAIL PROTECTED] Behalf Of Mack Sent: Tuesday 06 September 2005 14:36 To: mimedefang@lists.roaringpenguin.com Subject: [Mimedefang] Re: exiting the filter before any processing return('ACCEPT_AND_NO_MORE_FILTERING',ok); That should throw you straight out and not do anymore processing

Re: [Mimedefang] Re: exiting the filter before any processing

2005-09-06 Thread David F. Skoll
Rolf wrote: Thanks. But I do want to do more processing. That's just the point. Its like I want to say at each point 'if the mail is from here then jump over the virus scanning bit and likewise avoid the mimetype bit and so on. That's exactly what you need to do. It is sounding like I

Re: [Mimedefang] Re: exiting the filter before any processing

2005-09-06 Thread Rolf
return('ACCEPT_AND_NO_MORE_FILTERING',ok); That should throw you straight out and not do anymore processing Thanks. But I do want to do more processing. That's just the point. Its like I want to say at each point 'if the mail is from here then jump over the virus scanning bit and likewise

[Mimedefang] Re: exiting the filter before any processing

2005-09-06 Thread Rolf
> Thanks. But I do want to do more processing. That's just the point. > Its like I want to say at each point 'if the mail is from here> then > jump over the virus scanning bit and likewise avoid the mimetype bit > and so on. That's exactly what you need to do. Thank you. The supplied filter

Re: [Mimedefang] Re: exiting the filter before any processing

2005-09-06 Thread John Nemeth
On Jan 27, 5:57pm, Rolf wrote: } } If $RelayAddr is the address of the ISP mail server then processing } continues as usual. If, however, it is the address of the LAN mail } server then spam, attachments, size, and so on that the filter checks } are all to be ignored, but

Re: [Mimedefang] Re: exiting the filter before any processing

2005-09-06 Thread Rolf
Yes that is a good point and I have decided not to skip some checks on outgoing mail. thanks. r. On Jan 27, 5:57pm, Rolf wrote: } } If $RelayAddr is the address of the ISP mail server then processing } continues as usual. If, however, it is the address of the LAN mail } server then spam,