Re: Need help configuring for rejected messages.
Michael Yount <[email protected]> Sun, 29 Jul 2007 17:22:40 -0700
| Newsgroups | gmane.mail.majordomo.majordomo2.devel |
|---|---|
| Message-ID | <[email protected]> |
Steven W. Orr wrote: > If someone can help me with this, I promise to learn from it. > > When people reply to a message, it is required that they remove the > footer from the bottom of what they reply to. When they don't do that, > the message bounces to me for processing with this: > > The postblock flag is set for "Alfred E Newman" <[email protected]>. > GLOBAL TABOO BODY: /\bunsubscribe\b/i matched "unsubscribe" at line > number 22. > > I currently have this set: > > configset GLOBAL taboo_body <<ENDAAF > /\bunsubscribe\b/i > ENDAAF > > I'd like to set it up so that instead, it will reject with my form > letter and I'm not sure how to go about it. > Look for "taboo" in the access_rules help document for a simple example, or see the admin_body help document for more details. > Also, I'm don't really understand the difference between the DEFAULT > list and the GLOBAL list. Where is this documented? See the admin_domain help document. Michael > > Thanks >