[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with policyfilter



> Hi,
> 
> we are now using the policyfilter and had some problems. Addresses of the
> form <"user@domain.com"@domain.com> were rejected (no such domain). I had
> to make a patch to policy.c which adds a new function find_at which finds
> the "@" in the address but respects quotes. I've attached the patch.
>
> Hope you find it useful.

	Yes, to prompt me to do it properly, namely your code fails on
	cases like:
		<"foo\"foo@faa\"faa"@domain.com>
	(No, not that this example makes much sense, but to be accurate..)

> --Swen

/Matti Aarnio