Well, I didn't know about that one.  I just checked
http://james.apache.org/provided_matchers_2_1.html and didn't see that one
listed.  Is this new for the next version of James?

Anyways, I'll take a guess that RecipientIsRegex will return only those
recipients which match a certain regular expression.  The
WildcardAddressMatcher not only uses a regular expression for matching, but
will replace the 'user' portion of a MailAddress with the first RegEx
matchign group.  This allows me to have '[EMAIL PROTECTED]'
be delivered to '[EMAIL PROTECTED]' when I give it the RegEx in the
condition of '([^-]+)-' (which is applied to the user portion of the
MailAddress).

Regards,
Brian.

-----Original Message-----
From: Noel J. Bergman [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 15, 2003 2:42 AM
To: James Users List
Subject: RE: What to do with my new matcher?


> As I posted a day or so ago, I wanted a matcher to allow wildcard
recipient
> addresses.  I've built one now, and it works for me.

How does it differ from RecipientIsRegex?

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to