Mailing List Archive

HOSTINCLUDE *.mydomain.com
What is the difference between the following two commands?

HOSTINCLUDE *.mydomain.com

vs

HOSTINCLUDE *.mydomain.com*

What does the extra * at the end of the second command mean?
+------------------------------------------------------------------------
| TO UNSUBSCRIBE from this list:
| http://lists.meer.net/mailman/listinfo/analog-help
|
| Analog Documentation: http://analog.cx/docs/Readme.html
| List archives: http://www.analog.cx/docs/mailing.html#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------
Re: HOSTINCLUDE *.mydomain.com [ In reply to ]
The first will match any hosts that end in that pattern. The latter will
match any hosts that contain that pattern.

So example.mydomain.com matches both, but example.mydomain.com.au only
matches the seconds.

--
Jeremy Wadsack

On Tue, Oct 6, 2009 at 9:42 AM, Troy Simpson <tdsimpson@gmail.com> wrote:

> What is the difference between the following two commands?
>
> HOSTINCLUDE *.mydomain.com
>
> vs
>
> HOSTINCLUDE *.mydomain.com*
>
> What does the extra * at the end of the second command mean?
>