File: procmailrc

package info (click to toggle)
sks 1.1.6-14
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,296 kB
  • sloc: ml: 15,228; ansic: 1,069; sh: 358; makefile: 347
file content (27 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/procmail
#
# <user> - .procmailrc
                                                                                
# Environment
SHELL=/bin/bash
UMASK=0177
LINEBUF=4096
LOGFILE=/var/log/procmail.log
VERBOSE=off
DEFAULT=/dev/null
PATH=/usr/bin

# Bounce and loop detection
:0
* ^FROM_DAEMON
* ^X-Loop:.*pgp-public-keys@gingerbear.net
$DEFAULT

# Handle your keysync mails (optional)
:0
* ^Subject.*incremental
| /usr/bin/sks_add_mail /var/sks/

# Anything leftover
:0
$DEFAULT