Re: [CentOS] Postfix header check help - SOLVED

2009-01-14 Thread Plant, Dean
mouss wrote: > Plant, Dean a écrit : >> Hi list, >> >> I have a requirement for a mail server that only allows email to pass >> with a particular word in the subject line. >> >> Reading the header checks docs for Postfix I thought I may be able >> to add this rule: >> >> !/^Subject: .*dingdong/

Re: [CentOS] Postfix header check help

2009-01-13 Thread mouss
Plant, Dean a écrit : > Hi list, > > I have a requirement for a mail server that only allows email to pass > with a particular word in the subject line. > > Reading the header checks docs for Postfix I thought I may be able to > add this rule: > > !/^Subject: .*dingdong/ REJECT Need to add dingd

Re: [CentOS] Postfix header check help

2009-01-13 Thread Bill Campbell
On Tue, Jan 13, 2009, Ned Slider wrote: >Plant, Dean wrote: >> >> !/^Subject: .*dingdong/ REJECT Need to add dingdong to subject line to >> send >> > >Hmm, try losing the space maybe? > >!/^Subject:.*dingdong/ REJECT Need to add dingdong to subject line Or perhaps two rules /^Subject:.*dingdong

Re: [CentOS] Postfix header check help

2009-01-13 Thread Ned Slider
Plant, Dean wrote: > > !/^Subject: .*dingdong/ REJECT Need to add dingdong to subject line to > send > Hmm, try losing the space maybe? !/^Subject:.*dingdong/ REJECT Need to add dingdong to subject line ___ CentOS mailing list CentOS@centos.org http: