On Tue, 2006-11-21 at 12:33 -0800, Evan Platt wrote:
> In postfix in header_checks, can I specity something at the START? ie if I say
> /Me again/            Reject
> 
> I only want to reject
> "Me again Smith" but not "Hey, it's Me again..."

Put a caret at the start of the pattern: "/^Me again/". To anchor at the
end of the line, put a dollar sign at the end of the pattern: "/Me again
$/".

Regards, K.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer ([EMAIL PROTECTED])                   +61-2-64957160 (h)
http://www.biplane.com.au/~kauer/                  +61-428-957160 (mob)

Reply via email to