|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: Re: Header parsing at the server level
From: Ralf Hildebrandt (R.Hildebrandt
tu-bs.de)Date: Thu Mar 30 2000 - 07:17:23 CST
- Next message: Lars Hecking: "Re: Header parsing at the server level"
- Previous message: Michael Ju. Tokarev: "Sorry -- Re: [2] how to bind smtp client to specific address?"
- In reply to: Chris Horry: "Header parsing at the server level"
- Next in thread: Lars Hecking: "Re: Header parsing at the server level"
- Reply: Ralf Hildebrandt: "Re: Header parsing at the server level"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Mar 30, 2000 at 02:12:13PM +0100, Chris Horry wrote:
> :0:
> * ! ^TOspamfilter
nildram.co.uk
> * ! ^TOspamfilter
nildram.net
> * ^Subject: *pick up your diploma*
> /dev/null
>
> They work beautifully but I'd really like to do this at the server
> level. I've been playing around with the header checks in Postfix but not
> really getting very far :-)
>
> Anyone implemented this in a similar way?
Hmm, you can realize that with header_checks. Note that the regular
expression syntax in procmail and Postfix may differ (PCRE vs. POSIX):
/^To: spamfilter
nildram.co.uk/ REJECT
/^To: spamfilter
nildram.net/ REJECT
/^Subject:.*pick up your diploma/ REJECT
-- Ralf Hildebrandt <R.Hildebrandttu-bs.de> www.stahl.bau.tu-bs.de/~hildeb Fear leads to anger. Anger leads to hate. Hate leads to using Windows NT for mission-critical applications.
- Next message: Lars Hecking: "Re: Header parsing at the server level"
- Previous message: Michael Ju. Tokarev: "Sorry -- Re: [2] how to bind smtp client to specific address?"
- In reply to: Chris Horry: "Header parsing at the server level"
- Next in thread: Lars Hecking: "Re: Header parsing at the server level"
- Reply: Ralf Hildebrandt: "Re: Header parsing at the server level"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]