File: procmail.rst

package info (click to toggle)
pyzor 1%3A1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 788 kB
  • ctags: 1,034
  • sloc: python: 6,518; makefile: 154; sh: 19
file content (17 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Procmail
=========

To use Pyzor in a procmail system, consider using the following simple recipe::

     :0 Wc
    | pyzor check :0 a
    pyzor-caught

If you prefer, you can merely add a header to message marked with Pyzor,  
instead of immediately filtering them into a separate folder::

     :0 Wc
    | pyzor check :0 Waf
    | formail -A 'X-Pyzor: spam'