[rancid] Re: admin mail

john heasley heas at shrubbery.net
Mon Mar 5 19:38:22 UTC 2007


Mon, Mar 05, 2007 at 02:43:43PM +0200, Yuval Ben-Ari:
> Hi,
> 
> For some reason I started getting all the mail including the admin mail
> to the mailrcpt address.
> I might have messed something somewhere but can't figure where.
> 
> the control_rancid scripts read this:
> 
> # the receipient(s) of diffs
> mailrcpt=${mailrcpt:-"@MAILPLUS@${GROUP}${MAILDOMAIN}"}; export mailrcpt
> adminmailrcpt=${mailrcpt:-"@ADMINMAILPLUS@${GROUP}${MAILDOMAIN}"};
> export adminmailrcpt
> 
> 
> doesn't it mean that as long as there is mailrcp it will be used ?
> 
yes, that was a pasto bug.  that line should be:

adminmailrcpt=${adminmailrcpt:-"@ADMINMAILPLUS@${GROUP}${MAILDOMAIN}"};




More information about the Rancid-discuss mailing list