chiark / gitweb /
Merge branch 'master' of /u/webstump/live/
[modbot-mtm.git] / forward-slimy.part.INO
index a4f6ec81ff1806f139cf7eaffadbdfa743e7ccf4..b70fa0724678dc87f4439e4d6336c066657b3525 100644 (file)
@@ -2,8 +2,12 @@ if $local_part_suffix is +%ABBREV%+%KEYSUBMIT%
 or $local_part_suffix is +%ABBREV%+test-submission
 then
        unseen pipe "mail -s submission %LOGGROUPEMAILPREFIX%+%ABBREV%+log+submissions"
-       unseen pipe "/home/webstump/live/xlog/bin/record submission %GROUP%"
-       pipe "/home/webstump/live/stump/etc/modenv stump.pl submission.pl"
+       if $header_X-WebSTUMP-Relay-Probe: contains %GROUP% then
+               pipe "%BASEDIR%/probes/modrelays-probe received %BASEDIR%"
+               finish
+       endif
+       unseen pipe "%BASEDIR%/xlog/bin/record submission %GROUP%"
+       pipe "%BASEDIR%/stump/etc/modenv stump.pl submission.pl"
        finish
 endif