Xymon Mailing List Archive search

Suggestion for Defaults

list Charles Jones
Mon, 14 Feb 2005 00:08:21 -0700
Message-Id: <user-976210c7a1b9@xymon.invalid>

Henrik Stoerner wrote:
This was added in RC2. Doing

   MAIL user-b7c20e0da76a@xymon.invalid user-ef86c43926b6@xymon.invalid COLOR=red

will work as you expect it to. If you have a macro that expands to
several mail-adresses, then that will work too. Like

   $ADMINS="user-b7c20e0da76a@xymon.invalid user-143c88f2d522@xymon.invalid"

   HOST=*
       MAIL $ADMINS COLOR=red
 
Wouldn't that be:

HOST=%.*
      MAIL $ADMINS COLOR=red

The reason I ask is because I am using HOST=%.*, and it seems to be 
working.  I thought it had to be a regex?

-Charles