I had implemented a matcher very similar to the "Email address creation" idea in the Wiki. I use it for automatic "creation" of temporary email addresses. The code is at http://www.vyking.com/projects/ExpiringAddressMatcher/ExpiringAddressMat cher.jar
James config example looks like: <!-- forward mail to me if it has valid "temp" address --> <mailet match="ExpiringAddress=x" class="Forward"> <forwardto>[EMAIL PROTECTED]</forwardto> </mailet> The code requires java 1.4.x for its regex use. I donate the code to anyone who wishes to use it in any fashion. -broc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]