Re: Fwd: multiple email addresses
Mike Tremaine <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Kirk Bauer wrote: > Any takers? I never do anything fancy with the emailing myself. > > ---------- Forwarded message ---------- > From: Gabor Adam TOTH <[email protected]> > Date: Sun, 13 May 2007 02:01:48 +0200 > Subject: multiple email addresses > To: [email protected] > > Hi, > > I have to send reports to different email addresses for each host so I > made this small patch. > It uses MailTo_host config options to set To: headers and falls back to > MailTo if no such option found. Multiple email addresses can be > seperated by spaces. > > It also fixes a bug, multiple MIME headers were written to emails if > MultiEmail was set. > > Usage: > logwatch.conf: > > SplitHosts = Yes > MultiEmail = Yes > MailTo = [email protected] > MailTo_host1 = [email protected] > MailTo_host2 = [email protected] [email protected] > I've always just pointed it at an alias in /etc/aliases . Usually I use something like logreports. However I don't see why a comma separated list would not work? Has anyone tried MailTo = "[email protected], [email protected]" -Mike