blob: 62caf67883b0c982050960ff125d5241c621ba32 [file] [log] [blame]
=== IsSenderInRRTLoop
This matcher allow you to know if the sender of an email is part of a RRT loop.
This is useful when bouncing upon RRT execution issues: we don't want to create a bouncing loop
(as the execution of that RRT loop will fail).
Example:
....
<mailet match="IsSenderInRRTLoop" class="<any-class>"/>
....