Naposledy aktivní 1705433074

Procmailrc things

Jarno Rankinen revidoval tento gist 1676635237. Přejít na revizi

1 file changed, 25 insertions

.procmailrc(vytvořil soubor)

@@ -0,0 +1,25 @@
1 + ## Match subject and move to a folder
2 + :0:
3 + * ^Subject.*<WHAT TO MATCH>
4 + folder
5 +
6 + ## Match sender and move to a folder
7 + :0:
8 + * ^From.*<SENDER WITH ESCAPED DOTS>
9 + folder
10 +
11 + ## Match subject and move to a folder
12 + :0:
13 + * ^Subject.*<WHAT TO MATCH>
14 + folder
15 +
16 + ## Send notification to another email, store message on this server
17 + ## Can use matching rules instead of just *
18 + :0c
19 + *
20 + | formail -czxSubject: | mail -s "You have mail" <receiver address>
21 +
22 + ## Forward and store
23 + :0c
24 + *
25 + ! <receiver address>
Novější Starší