Question about FromRepository mailet and how to invoke mailet

2007-11-20 Thread mtitania
How do you invoke a mailet? If I invoke the FromRepository mailet, what are the options for the processor attribute? Will re-spooling mail, invoke the other matchers/mailers that are in place? thanks - just trying to understand options for auto-processing mail that has already been delivered to

Has anyone written a Matcher on Status attribute of mail?

2007-11-20 Thread mtitania
I'm trying to figure out how I can use matchers/mailets to process ONLY bounce-backs/undeliverable emails that are returned to the server. It seems like I should be able to do this through getting all mail that has a Status that starts with 5. Can I use the HasMailAttributeWithValueRegex match

Re: How do I check to ensure the RC=550 or one that would indicate a bounced email?

2007-11-20 Thread mtitania
What I'd love to know is an actual implementation of reviewing emails delivered to a James inbox -- in terms of which matchers/mailets are used, or what that would look like. Has anyone implemented this? Kim :-) -- View this message in context: http://www.nabble.com/How-do-I-check-to-ensure-th

Re: How do I check to ensure the RC=550 or one that would indicate a bounced email?

2007-11-20 Thread Danny Angus
Kim, *some* but by no means all, servers will use the DSN format defined here: http://rfc.net/rfc3464.txt These can be identified with a content-type of message/delivery-status and the code can be identified as per section 2.3.4 "Status field" For the rest there is no easy way other than by search