OpenTRS is able to send automatically email replay. So it's possibe to create an email loop (of course we check bulk headers but other some strange systems not!).
Example 2-2. MaxPostMasterEmails
[...]
Kernel/Config.pm
[...]
# MaxPostMasterEmails
# (Max post master daemon email to own email-address a day.
# Loop-Protection!)
$Self->{MaxPostMasterEmails} = 20;
[...] |