Re: MIME header checks matching

2017-06-14 Thread Alex
Hi, On Wed, Jun 14, 2017 at 2:41 PM, Andreas Schamanek wrote: > > On Wed, 14 Jun 2017, at 12:34, Noel Jones wrote: > >> > I have a series of mime patterns to automatically reject file types >> > including com, bat, exe, etc. It appears one pattern is matching >> > incorrectly, ... >> >> Rather th

Re: MIME header checks matching

2017-06-14 Thread Andreas Schamanek
On Wed, 14 Jun 2017, at 12:34, Noel Jones wrote: > > I have a series of mime patterns to automatically reject file types > > including com, bat, exe, etc. It appears one pattern is matching > > incorrectly, ... > > Rather than try to debug your expression, I'll refer you to the nice > example o

Re: MIME header checks matching

2017-06-14 Thread Noel Jones
On 6/14/2017 7:16 AM, Alex wrote: > Hi, > > I have a series of mime patterns to automatically reject file types > including com, bat, exe, etc. It appears one pattern is matching > incorrectly, and I could use some help making it more accurate. I > don't know if it's something yahoo is doing to th

MIME header checks matching

2017-06-14 Thread Alex
Hi, I have a series of mime patterns to automatically reject file types including com, bat, exe, etc. It appears one pattern is matching incorrectly, and I could use some help making it more accurate. I don't know if it's something yahoo is doing to their outgoing mail or the result of this user's

Re: mime header checks

2011-11-15 Thread K bharathan
On Tue, Nov 15, 2011 at 10:47 PM, Jeroen Geilman wrote: > On 2011-11-15 21:13, K bharathan wrote: > >> hi all >> added a following regular expression for mime_header check >> >> /^Subject:.*LOANS OFFER/ REJECT spam #1 >> if i understand correctly cleanup service is doing the rejection; how >> c

Re: mime header checks

2011-11-15 Thread Jeroen Geilman
On 2011-11-15 21:13, K bharathan wrote: hi all added a following regular expression for mime_header check /^Subject:.*LOANS OFFER/ REJECT spam #1 if i understand correctly cleanup service is doing the rejection; how can i stop notify the sender; is there any difference in mime_header check a

mime header checks

2011-11-15 Thread K bharathan
hi all added a following regular expression for mime_header check /^Subject:.*LOANS OFFER/ REJECT spam #1 if i understand correctly cleanup service is doing the rejection; how can i stop notify the sender; is there any difference in mime_header check and header_check request for some clarity on