adminmailrcpt

Morty Abzug morty at sled.gsfc.nasa.gov
Tue Jun 21 03:29:56 UTC 2005


I've noticed that email that should be going to the admin (ie. "config
fetcher problems") is going to the regular group mail.

Looks to me like the following two lines in control_rancid are the
culprit:

mailrcpt=${mailrcpt:-"rancid-${GROUP}${MAILDOMAIN}"}; export mailrcpt
adminmailrcpt=${mailrcpt:-"rancid-admin-${GROUP}${MAILDOMAIN}"};

The end result of those two lines is that adminmailrcpt is defined the
same as mailrcpt.

Is this the intention?  I would have thought that you'd want the
second line to be:

adminmailrcpt=${adminmailrcpt:-"rancid-admin-${GROUP}${MAILDOMAIN}"};

- Morty



More information about the Rancid-discuss mailing list