Well, that's not quite exactly what I wanted.  I'm not even using the
JDBCVirtualUSerTable.  I'veo nly got a few users, so I don't feel the need
to set up a database just for users.

So, I think I might try and tackle this one myself.  I've only written one
Mailet before (a bayesian spam filter), but it wasn't too difficult.

What I'm uncertain of is how to do the wildcarding.  I could stipulate a
hyphen, but that is a bit bold.  Ideally, I'd like to have it
user-cusotmizable.  Possibly, use a regular expression that can be specified
in the configuration file?  Unless I specify the ORO matcher, though, this
would requite JDK 1.4 to get it's regex capabilities.  Would that be
unrealistic?

Regards,
Brian.

-----Original Message-----
From: Kenny Smith [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 13, 2003 7:08 PM
To: James Users List
Subject: Re: Wildcard address mailet?


Hey Brian,

I use the JDBCVirtualUserTable mailet which allows wildcard address of 
the form [EMAIL PROTECTED], but not [EMAIL PROTECTED] However, I still have 
a solution for you. What I do is when I give out addresses, I use their 
domain at my domain. Like when I sign up for amazon, I use 
[EMAIL PROTECTED] as my address, or [EMAIL PROTECTED]

Then I setup a wildcard address so they all go to me. Then if someone 
sells my email address, I just change the database so, for example, 
[EMAIL PROTECTED] gets delivered to [EMAIL PROTECTED] I 
have a mailet block in my transport section that matches anything to 
[EMAIL PROTECTED] and sends it to the Null mailet to kill it.

Hope this helps,
Kenny

Brian J. Sayatovic wrote:
> Does anyone know of a mailet that would allow me to use wildcard 
> e-mail addresses?  That is, I'd like to have 
> trin-<anything>@domain.com go to the 'trin' mailbox.  I imagine 
> something like that would be easy to build, but before I reinvent the 
> wheel, I hoped someone else might have such a mailet.
> 
> The goal is to be able to "register" with a tagged e-mail address at 
> various sites (i.e. [EMAIL PROTECTED]) so that when I 
> start getting SPAM, I can make an educated guess as to how the spammer 
> got my e-mail address.
> 
> Regards,
> Brian.
> 
> --
> Help free our mailboxes. Include http://wecanstopspam.org in your 
> signature.
> 
> 
> ---------------------------------------------------------------------
> 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]


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

Reply via email to