You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.gitignore | 6 years ago | |
README.md | 6 years ago | |
archive.py | 5 years ago | |
check.py | 4 years ago | |
envelope.py | 4 years ago | |
gpg_status_parser.py | 5 years ago | |
late.py | 6 years ago | |
login.py | 5 years ago | |
signature.py | 5 years ago | |
test.py | 6 years ago |
README.md
Peret
Peret checks PGP signed mails and extract submissions contained in it.
Usage
A basic usage is through procmail; append thoses lines into your
~/.procmailrc
:
:0H
* ^Delivered-To: peret@domain\.tld
{
:0c
* !^X-loop:
| /path/to/peret/check.py --real-send --submissions /path/to/shemu/submissions/TP3 --soft-max-submission "october 20 08:42" --hard-max-submission "october 20 09:21"
:0
$DEFAULT
}