what's the format that I can use in both spamfilter and global filter's white/black list? for example, I want all 163.com be in white list except 2, [email protected] & [email protected]. How can I make it? And how's the prioity be used? Can I use wildcard too? "*" & "?" ? Thanks.
The global filtser are postfix filters. If I remember correctly, the get matched from right to left. You can use e.g. 123.com or [email protected]. Wildcard characters are not supported. The spamfilter black and whitelists are a feature from amavisd-new. I think they are also just matched from left to right, but you might want to take a look at the amavisd-new documentation for details.