The Doctor wrote: > Is there any way to using a ruleset to delete incoming mail > found on that ruleset? > > Depends, what are you using to delete your mail?
Fundamentally, spamassassin itself does not, and in fact cannot, delete mail. It's role as a mail filter only grants it the ability to change the contents of the message. It has no control over the envelope, thus cannot directly alter delivery. However, you can use other tools in your mail chain, such as procmail, to react to different things SA has put in the message headers, and delete the mail based on that. But all of that depends on what mail tools you're using. Let us know and some folks here that use those tools can probably make some suggestions.