Initial commit
This commit is contained in:
commit
7e929f3a32
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
*#
|
||||||
|
*~
|
||||||
|
TAGS
|
||||||
|
*.py[cod]
|
||||||
|
__pycache__
|
24
README.md
Normal file
24
README.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
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
|
||||||
|
}
|
||||||
|
```
|
Reference in New Issue
Block a user