1#ggf. in ffma.ini umbenennen
2
3beginMask Rewrite
4 search none
5 action rewrite subj="Your message was bounced"
6 action rewrite from="FFMA"
7endMask
8
9beginMask Bounce
10 MsgBase netmailarea
11 search (from="Mr Wichtig") & (to="My Name")
12 action bounce DO:rewrite F:/mnt/mars/box/b.txt MB:ziel.local ADDR:2:2448/820
13 action del
14endMask
15
16
17beginMask Netmail2Echomail
18 MsgBase netmailarea
19 search body="From: Maillist xyz"
20 action echocopy MB:ziel2.local ADDR:2:2448/820 SEENBY:2448/820
21 action del
22endMask
23
24
25beginmask Export
26  MsgBase netmailarea
27  search (from="Mr Wichtig") & (to="Myname")
28  action exportheader F:header
29  action exportmsg F:msg
30  action del
31endMask
32
33beginmask Sinnlos
34  msgbase netmailarea
35  search (flag="local") | (len>"2555")
36  action rewrite dest=99:9999/9999.99
37endMask
38
39