Closed ieugen closed 4 years ago
(there is also a mailbox listener counterpart http://james.apache.org/howTo/custom-listeners.html )
Thanks for pointing this out! The two URLs are the same. Was that intentional?
(sorry, message edited)
Added simple logging mailet and matcher
james_1 | 19:06:33.346 [INFO ] r.i.s.m.LogAndDoNothingMailet - initialize mailet
james_1 | 19:06:33.347 [INFO ] o.a.j.m.l.AbstractStateMailetProcessor - Mailet ro.ieugen.sample.mailets.LogAndDoNothingMailet instantiated.
james_1 | 19:06:33.349 [INFO ] r.i.s.m.MatchMadeInHeaven - Initialize sample matcher
james_1 | 19:06:33.349 [INFO ] o.a.j.m.l.AbstractStateMailetProcessor - Matcher ro.ieugen.sample.mailets.MatchMadeInHeaven instantiated.
james_1 | 19:06:33.350 [INFO ] r.i.s.m.LogAndDoNothingMailet - initialize mailet
james_1 | 19:06:33.350 [INFO ] o.a.j.m.l.AbstractStateMailetProcessor - Mailet ro.ieugen.sample.mailets.LogAndDoNothingMailet instantiated.
http://james.apache.org/howTo/mail-processing.html tries to document it.