This repository has been archived on 2022-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
2022-04-27 12:09:00 +02:00
2016-10-12 00:31:50 +02:00
2022-04-27 12:08:32 +02:00
2021-09-19 15:42:09 +02:00
2021-09-19 15:42:22 +02:00
2016-10-12 00:31:50 +02:00

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
}
Description
Peret checks PGP signed mails and extract submissions
Readme 56 KiB
Languages
Python 100%