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/
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
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
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:
4 matches
Mail list logo