Difference between revisions of "Domain spam"

From Rackspace Email & Apps API
Jump to: navigation, search
(New page: There are three aspects to spam management: the spam identification threshold, what action to take with messages that meet that threshold, and which domains and email addresses should be e...)
 
(Updated domain spam section)
 
Line 10: Line 10:
 
[[GetDomainSpam()]] To see the threshold and action<br>
 
[[GetDomainSpam()]] To see the threshold and action<br>
 
[[SetDomainSpamCleaner()]] Set spam folder auto-cleanup here<br>
 
[[SetDomainSpamCleaner()]] Set spam folder auto-cleanup here<br>
[[GetDomainSpamCleaner()]] To see the spam folder auto-cleanup settings<br>
 
 
[[SetDomainSpamSafeList()]]<br>
 
[[SetDomainSpamSafeList()]]<br>
 
[[GetDomainSpamSafeList()]]<br>
 
[[GetDomainSpamSafeList()]]<br>
[[DeleteDomainSpam()]]<br>
 
[[SetDomainSpamBlackList()]]<br>
 
 
[[GetDomainSpamBlackList()]]<br>
 
[[GetDomainSpamBlackList()]]<br>

Latest revision as of 11:46, 15 April 2015

There are three aspects to spam management: the spam identification threshold, what action to take with messages that meet that threshold, and which domains and email addresses should be exempt (safelisted) from the spam action process. Further, if the chosen action is to deliver the message to the spam folder, configuration should be done to make sure that messages there are deleted after a certain age or after a certain number of messages are stored there.

If a mailbox user has customized spam threshold and action settings, their settings will supercede those of the domain.

If a mailbox user has a customized safelist, the domain safelist + the user safelist will be applied to determine the action to take with email messages to that mailbox user.

Functions

AddDomainSpam() The should probably be renamed to ModifyDomainSpam, set threshold and action here
GetDomainSpam() To see the threshold and action
SetDomainSpamCleaner() Set spam folder auto-cleanup here
SetDomainSpamSafeList()
GetDomainSpamSafeList()
GetDomainSpamBlackList()