Im writing a mailet to interface with some stuff... and I have a quetion about the mailet-matcher APIs...
My custom mailet wants to do something special with the name of the recipient of the email, but the email message could have several recipients, and only one or two is special... Im using a "RecipientIs" matcher to execute the mailet, but it doesn't have to use that specific matcher. Now, is there any easy way in the java code to ask "what matcher caused this mailet to be executed and why" ? I can get at the context attributes, and the "matcher" field, but what can I do with it? I cant seem to make a matcher manually in any clear fashion, nor does it look like I can get directly at the matcher from the mailet... very very odd. Any idea would be helpful... -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
