[rancid] Re: admin mail
Yuval Ben-Ari
yuvalba at netvision.net.il
Thu Mar 8 22:32:41 UTC 2007
thanks, it seems to work now :)
> -----Original Message-----
> From: john heasley [mailto:heas at shrubbery.net]
> Sent: Monday, March 05, 2007 9:38 PM
> To: Yuval Ben-Ari
> Cc: Rancid-discuss at shrubbery.net
> Subject: Re: [rancid] admin mail
>
> 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}${MAILD
> OMAIN}"};
>
>
More information about the Rancid-discuss
mailing list