Hi Cal, on Tue, 03 Aug 2004 07:49:26 -0500 you wrote:
> Currently, I have this for SPF support:
> warn message = X-SPF-3: SPOOF!
> sender_domains = +local_domains
> spf = !pass
[snip]
> I'd like to modify X-SPF-3 to ignore a !pass if this is a valid user of
> the system.
> warn message = X-SPF-3: SPOOF!
> sender_domains = +local_domains
> !verify = sender
> spf = !pass
I think you want "!authenticated = *", not "!verify = sender". This will
skip the rule for authenticated users.
Tim