Re: Setting mime-header checking

2010-06-09 Thread Wietse Venema
Stan Hoeppner: > Noel Jones put forth on 6/8/2010 8:58 AM: > > > and while I've never met anyone named Wietse, I seem to remember seeing > > that name in the postfix copyright statement. His advice might be worth > > paying attention to. > > https://researcher.ibm.com/researcher/view.php?person=

Re: Setting mime-header checking

2010-06-08 Thread Stan Hoeppner
Noel Jones put forth on 6/8/2010 8:58 AM: > and while I've never met anyone named Wietse, I seem to remember seeing > that name in the postfix copyright statement. His advice might be worth > paying attention to. https://researcher.ibm.com/researcher/view.php?person=us-wietse http://en.wikipedia

Re: Setting mime-header checking

2010-06-08 Thread Noel Jones
On 6/8/2010 8:08 AM, Ockleford Paul (NHS Connecting for Health) wrote: I could, but where as you may use a piece of code or an expression you don't fully understand I wouldn't. I would rather use tax payers money getting a working solution I understand than copy and pasting some crap someone on

Re: Setting mime-header checking

2010-06-08 Thread LuKreme
On 8-Jun-2010, at 07:08, Ockleford Paul (NHS Connecting for Health) wrote: > > I could, but where as you may use a piece of code or an expression you don't > fully understand I wouldn't. I would rather use tax payers money getting a > working solution I understand than copy and pasting some crap

Re: Setting mime-header checking

2010-06-08 Thread LuKreme
On 8-Jun-2010, at 05:51, Ockleford Paul (NHS Connecting for Health) wrote: > > Thanks for the response, what I want to do is only allow one type of > attachment through though. I have a service which processes attachments, so > rather than give a list of disallowed attachments, I want to do the

RE: Setting mime-header checking

2010-06-08 Thread Ockleford Paul (NHS Connecting for Health)
l the same -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: 08 June 2010 14:02 To: Postfix users Subject: Re: Setting mime-header checking Ockleford Paul (NHS Connecting for Health): > Ok thanks, I'm not

Re: Setting mime-header checking

2010-06-08 Thread Wietse Venema
you could use my example that by design does not match other MIME headers. Wietse > Paul > -Original Message- > From: owner-postfix-us...@postfix.org > [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema > Sent: 08 June 2010 13:16 > To: Postfix us

RE: Setting mime-header checking

2010-06-08 Thread Ockleford Paul (NHS Connecting for Health)
16 To: Postfix users Subject: Re: Setting mime-header checking Ockleford Paul (NHS Connecting for Health): > Hi, > > Hopefully someone on this list can help me out. I am trying to > set up mime-header checking to only allow through emails with a > particular file extension, that is I wan

Re: Setting mime-header checking

2010-06-08 Thread Wietse Venema
Ockleford Paul (NHS Connecting for Health): > Hi, > > Hopefully someone on this list can help me out. I am trying to > set up mime-header checking to only allow through emails with a > particular file extension, that is I want to block any email > without this attachment type or any other attachme

RE: Setting mime-header checking

2010-06-08 Thread Ockleford Paul (NHS Connecting for Health)
Simon Waters Sent: 08 June 2010 12:18 To: postfix-users@postfix.org Subject: Re: Setting mime-header checking On Tuesday 08 June 2010 12:04:36 Ockleford Paul (NHS Connecting for Health) wrote: > I would be grateful if anybody is able to offer some assistance. > > mime_header_checks &

Re: Setting mime-header checking

2010-06-08 Thread Simon Waters
On Tuesday 08 June 2010 12:04:36 Ockleford Paul (NHS Connecting for Health) wrote: > I would be grateful if anybody is able to offer some assistance. > > mime_header_checks > > #!/^\s*Content-(Disposition|Type).*name\s*=\s*"{1,1}.+\.(ecf)"{1,1}\s*$/!/n >ame=[^>]*\.(ecf)/ WARN Would normally reject

Setting mime-header checking

2010-06-08 Thread Ockleford Paul (NHS Connecting for Health)
Hi, Hopefully someone on this list can help me out. I am trying to set up mime-header checking to only allow through emails with a particular file extension, that is I want to block any email without this attachment type or any other attachment type. I have created the map file with postmap an