See Thread at: http://www.techienuggets.com/Detail?tx=50082 Posted on behalf of a User
Ok so I uncommented: <mailet match="HasMailAttribute=isSpam" class="Null" onMatchException="noMatch"/> But it still creates an entry in the james\var\mail\address-error The only difference I see is that another file with "550 - Requested action not taken: no such user here" is also created. So what's happening now? Is a status 550 being sent back to the sender? The sender is a spammer. I don't want them to get a notification. I just want the email to go to null and not use up disk space. Any suggestions? Thanks, Tom In Response To: How can I just reject email addressed to my domain but to a non-existent user? Can I simply uncomment the following in my configuration file: <mailet match="HasMailAttribute=isSpam" class="Null" onMatchException="noMatch"/> Currently all mail addressed to unknown users are being stored in my repository and since I get a huge amount of spam it is using up disk space unneccessarily. Thanks for any help. Tom Shea --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
