At 12:42 -0700 2002-04-19, Craig R Hughes wrote:
>Michael Blakeley wrote:
>
>MB> whitelist_from "[EMAIL PROTECTED]"
>
>Lose the quotes and see if that helps.

That did it. Looking at the user_prefs template again, I guess it is 
pretty obvious:

# Whitelist and blacklist addresses are now file-glob-style patterns, so
# "[EMAIL PROTECTED]", "*@isp.com", or "*.domain.net" will all work.
# whitelist_from        [EMAIL PROTECTED]

But can I suggest a slightly clearer rewrite?

# Whitelist and blacklist addresses are now file-glob-style patterns,
# so any of the following will work:
#
# whitelist_from    [EMAIL PROTECTED]
# whitelist_from    *@isp.com
# whitelist_from    *.domain.net

That way I won't have any excuse for misreading it and using double-quotes :-).

-- Mike

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to