[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] pg-group like in bigbrother
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] pg-group like in bigbrother
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Sun, 13 Feb 2005 08:51:18 +0100
- References: <20050213033512.GC15387@qwestip.net>
- User-agent: Mutt/1.5.5.1i
On Sat, Feb 12, 2005 at 10:35:12PM -0500, Asif Iqbal wrote:
> Hi All
>
> In bb1.9c I were able to define a pg-group and list couple email address
> in bbwarnsetup.cfg and I could just use pg-group instead of the list of
> email addresses in the bbwarnrules.cfg file.
Just as with hostnames, you use macros.
$WEBSERVERS=%www.*
$WEBADMINS="john (at) foo.com mike (at) foo.com"
HOST=$WEBSERVERS SERVICE=http
MAIL $WEBADMINS
Now, there's a bug in RC1 so if you put some criteria after the "MAIL"
command, e.g. "MAIL $WEBADMINS COLOR=red", then the criteria only get
applied to the last mail recipient. Will fix that today, since it
seems we're going to be snowed in around here.
Henrik