> It's obsiouly not a pb but how can i white-list specific adresses with per > users setting. > > ex: for users1, i want to white list [EMAIL PROTECTED] but not for users2. > I already put in mysql: whitelist_to [EMAIL PROTECTED] for users1 > but that doesn't for as MATT said earlier, "Unfortunately this doesn't work > for messages bcc'ed to the" users1. > > How do you do the trick? > Can i put your rules directly in the DB?
I don't konw the answer to that question, though I'm sure someone else does. In any case, ther eis (I believe) a slight difference between 'rules" and "configuration settings", and the latter you can in some way have per user. This would include whitelist_from and whitelist_from_received, which are what you would normally use to whitelist mail. The rule I gave yesterday was a simewhat special case for the SA mailing list, where the from/to addresses are not always reliable indicators. I think having the whitelist_(from|to) lines per user will *usually* work. The exception is when a single message is sent to multiple recipients at your site. Generally the message will only be processed once in most setups. Which means that only one user's whitelist/blacklist rules will be applied to the message. Loren