blob: 7079708fddd1b66f3c53006fd7925b5299496a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
mmfwd:
instances:
- mid: # modem identity
n-own: '.*' # own number, regex. Use all modems
fwd:
mailto:
- jd@example.com
cmd:
- /usr/bin/mailx
- jd@example.com
- -s Text from {sender}
|