voodoodyne / subetha

SubEtha Mail is a J2EE-based mailing list manager
Other
13 stars 6 forks source link

"Your msg has been held" messages should come from MAILER-DAEMON #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now the moderation notification messages appear to come from list-owner. 
This produces a lot of chatter, especially when spam with bogus sender arrives:

 * Subetha receives spam from nobody@bogus.com to mailing list.
 * Subetha sends "your msg has been held" to nobody@bogus.com.
 * Bogus.com sends back a bounce message to mailing list -owner address.
 * Subetha sends bounce back to owners.

This is bad.  Somehow the "your msg has been held" message must be sent out
without a sender address or with some flag to indicate no response should be
sent.  Precedence: junk?

Original issue reported on code.google.com by lhori...@gmail.com on 4 Jun 2009 at 10:43