Re: [Mimedefang] exiting the filter before any processing

2005-09-05 Thread ADNET Ghislain
as taken from man mimedefang-filter (a good place to read lol) we have so many little man page not very usefull compared to the website that when i first opened the man page i wasn't beleiving what i saw in there ! this is such an incredible man page, everything is in there with even some

RE: [Mimedefang] exiting the filter before any processing

2005-09-05 Thread Mack
TED] [mailto:[EMAIL PROTECTED] Behalf Of alan premselaar Sent: Monday 05 September 2005 12:53 To: mimedefang@lists.roaringpenguin.com Subject: Re: [Mimedefang] exiting the filter before any processing Rolf wrote: > hello > > I've tried so many combinations and none work. Feeli

RE: [Mimedefang] exiting the filter before any processing

2005-09-05 Thread Mack
if ($ip=~ /x.x.x.x$/i){ return('CONTINUE',"ok"); } should do it for you or use return('ACCEPT_AND_NO_MORE_FILTERING',"ok"); if you don't want to process any further Cheers Mack -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Beha

Re: [Mimedefang] exiting the filter before any processing

2005-09-05 Thread alan premselaar
Rolf wrote: hello I've tried so many combinations and none work. Feeling a bit silly. Where can I put in mimedefang-filter a statement so that the filter exits before any processing happens based on $RelayAddr ?? I've tried a simple: return if ($RelayAddr eq "ip address"); in various part