chiark / gitweb /
modrelays-probe: wip
[modbot-mtm.git] / forward-suffix.part.INO
1 if $local_part_suffix is +%ABBREV%-bounces
2 then
3         seen deliver %LOGGROUPEMAILPREFIX%+%ABBREV%+log+bounces
4         finish
5 endif
6
7 if $local_part_suffix is +%ABBREV%-noack
8 then
9         unseen deliver %LOGGROUPEMAILPREFIX%+%ABBREV%+log+noack
10         pipe "%BASEDIR%/stump/etc/modenv stump.pl processNoack.pl"
11         finish
12 endif
13
14 if $local_part_suffix is +%ABBREV%-internal-webstump/%KEYSTUMP2WEB%
15 then
16         unseen deliver %LOGGROUPEMAILPREFIX%+%ABBREV%+log+stump2webstump
17         unseen pipe "%BASEDIR%/xlog/bin/record stump2webstump %GROUP%"
18         pipe "%BASEDIR%/webstump/scripts/file-message.pl"
19         finish
20 endif
21
22 if $local_part_suffix is +%ABBREV%-internal-approve/%KEYWEB2STUMP%
23 then
24         unseen deliver %LOGGROUPEMAILPREFIX%+%ABBREV%+log+webstump2stump
25         unseen pipe "%BASEDIR%/xlog/bin/record webstump2stump %GROUP%"
26         pipe "%BASEDIR%/stump/etc/modenv stump.pl acceptFromMod.pl"
27         seen finish
28 endif
29
30 if $local_part_suffix is +%ABBREV%-internal-log+mailout
31 then
32         unseen deliver %LOGGROUPEMAILPREFIX%+%ABBREV%+log+mailout
33         pipe "%BASEDIR%/xlog/bin/record %PUBREJOPT% mailout %GROUP%"
34         finish
35 endif
36
37 if $local_part_suffix is +%ABBREV%-internal-reject-copy
38 then
39         seen deliver %REJECTIONSLIST%
40         finish
41 endif