chiark / gitweb /
probes: fix forward
[modbot-mtm.git] / forward-slimy.part.INO
1 if $local_part_suffix is +%ABBREV%+%KEYSUBMIT%
2 or $local_part_suffix is +%ABBREV%+test-submission
3 then
4         unseen pipe "mail -s submission %LOGGROUPEMAILPREFIX%+%ABBREV%+log+submissions"
5         if $header_X-WebSTUMP-Relay-Probe: contains %GROUP% then
6                 pipe "%BASEDIR%/probes/modrelays-probe received %BASEDIR%"
7                 finish
8         endif
9         unseen pipe "%BASEDIR%/xlog/bin/record submission %GROUP%"
10         pipe "%BASEDIR%/stump/etc/modenv stump.pl submission.pl"
11         finish
12 endif
13