Hi All. I have an agent that runs before new mail arrives, and checks it against a whitelist field in the user’s profile document. If the smtp sender is not listed in the field, it sends the email to a specified folder. I have another script that the user can run on an email that has been sent to the ‘Spam’ folder that adds the sender’s email to the whitelist field. This works perfect. The problem that I am having is this. The user can go into their calendar profile and modify the whitelist field manually. If you take a look at the field, it lists the allowed emails, separated by a semicolon. If I manually add a user’s email and follow the same format that the script uses to add, for some reason, the email is overlooked, and it still goes to the Spam folder.
Any suggestions are appreciated.
Clint