Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2002 18:03:06 -0500
From:      parv <parv_@yahoo.com>
To:        Drew Tomlinson <drew@mykitchentable.net>
Cc:        questions@freebsd.org
Subject:   Re: Regex Database Help?
Message-ID:  <20020124230306.GA70362@moo.holy.cow>
In-Reply-To: <01f801c1a509$bd1d3060$c42a6ba5@lc.ca.gov>
References:  <01f801c1a509$bd1d3060$c42a6ba5@lc.ca.gov>

next in thread | previous in thread | raw e-mail | index | archive | help
in message <01f801c1a509$bd1d3060$c42a6ba5@lc.ca.gov>, 
wrote Drew Tomlinson thusly...
...
> # Allow allhosts.some.domain
> /*\.some\.domain$/    OK
> 
> In other words, allow all hosts that end in some.domain.  However, I
> have tried this different ways without success.
...

did you try...

/some\.domain$/   OK

...which, according to my /usr/local/etc/postfix/sample-access,
should work.


-- 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020124230306.GA70362>