I see from your message headers, the first two things you need to do immediately
are;
Add "Tmajordom" on a line by itself to the Trusted Users section of sendmail.cf
and fix your lim: alias to include ",nobody" after lims-outgoing. Your list is
being exposed by your headers. If someone wrote directly to lims-outgoing@lims...
the message would go to all your subscribers unchecked by resend. Example;
lims: "|/path-to/majordomo/wrapper resend -l lims lims-outgoing,nobody"
Now about your loop. This is how I do it. In lims.config;
message_headers << END
X-Mailing-List: $LIST
END
taboo_headers << END
/^X-Mailing-List: /
/^Sender: owner-/
END
#The X-Mailing-List: header is added the first time a message comes through.
#The Sender: header is also added to every message majordomo sends, and I do not
#want my lists to be recipients of themselves or other lists.
If you really want to prevent loops, never set "reply_to = $list"! Not that
you did, but this reply is going to all the majordomo-users.
Dan Liston
PS. Just for the record, your sendmail is 8.10.0.beta6 :)
Stu Miller wrote:
>
> Hi,
>
> I have a strange error that I am hoping someone can help me with. I recently
> had a couple messages "get stuck" looping through the list several times
> (repeated about once every 15 minutes to an hour) until I killed sendmail.
> The odd part is that each loop added the message_fronter and message_footer
> s from the list.cf file (see inserted message below). It started with an FAQ
> which gets posted by a cron job but all messages after that seemed to loop
> as well. The mail queue was huge at the time this all started...
>
> Any one experienced anything similar?
> I am not the sys admin but I'll provide what I know about the system as
> background:
> majordomo 1.94.4
> sendmail 8.x
> redhat 6.2
>
> Any help appreciated.
> Thanks
>
> ------------------------- Example looped
> msg: -------------------------------
> From lims-owner Thu Feb 1 11:33:19 2001
> Received: (from majordom@localhost)
> by lims.taratec.com (8.10.0.Beta6/8.10.0.Beta6) id f11GXJr04930
> for lims-outgoing; Thu, 1 Feb 2001 11:33:19 -0500
> X-Authentication-Warning: lims.taratec.com: majordom set sender to
> owner-lims@lims.taratec.com using -f
> Message-Id: <sa792617.059@co.mgn.netl.doe.gov>
> X-Mailer: Novell GroupWise Internet Agent 5.5.5.1
> Date: Thu, 01 Feb 2001 09:02:01 -0500
> From: "Gerst Gibbon" <Gerst.Gibbon@netl.doe.gov>
> To: <lims@lims.taratec.com>
> Subject: LIMSList- LIMS Short Course
> Mime-Version: 1.0
> Content-Type: text/plain; charset=US-ASCII
> Content-Disposition: inline
> Content-Transfer-Encoding: 8bit
> X-MIME-Autoconverted: from quoted-printable to 8bit by lims.taratec.com id
> f11GIBt04780
> Sender: owner-lims@lims.taratec.com
> Precedence: bulk
>
> (Please share your responses; reply directly to lims@lims.taratec.com)
>
> (Please share your responses; reply directly to lims@lims.taratec.com)
>
> The American Chemical Society Short Course "LIMS: A Systematic Approach"
> will be taught March 3-4 in New Orleans, LA, in conjunction
> with PITTCON2001. Visit
> http://www.acs.org/education/professional/sccm03.html for a course
> description and to register for the course.
>
> ************************************************************************
> To remove yourself from this mailing list, send mail to
> Majordomo@lims.taratec.com saying 'unsubscribe lims your_e-mail_address'
> in the body of your message (no quotes & substitute your real e-mail
> address, of course). To unsubscribe from the digest, substitute
> 'lims-digest' for 'lims' above.
>
> ************************************************************************
> To remove yourself from this mailing list, send mail to
> Majordomo@lims.taratec.com saying 'unsubscribe lims your_e-mail_address'
> in the body of your message (no quotes & substitute your real e-mail
> address, of course). To unsubscribe from the digest, substitute
> 'lims-digest' for 'lims' above.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~
>
> Regards,
> Stu
> --
> Stu Miller |
> LIMS and Lab Automation | Taratec Development Corporation
> 908.725.8090 x146 | Bridgewater NJ, Conshohocken PA, Chicago IL
> 856.495.7541 (mobile) | www.taratec.com
References:
|
|