File: README-procmail

package info (click to toggle)
renattach 1.1.1-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 144 kB
  • ctags: 45
  • sloc: ansic: 694; sh: 209; makefile: 62
file content (22 lines) | stat: -rw-r--r-- 775 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Please note that the procmailrc recipes are in beta test stage. Please send
feedback to colinmckinnon at technologist dot com

1) Check the procmail man page!
2) do not modify existing procmailrc files unless you know what you're doing!
3) typically there is a system wide procmailrc file (/etc/procmailrc) which is
   applied where there is no user procmailrc file (typically ~/.procmailrc)
4) a simple entry to perform filtering is (don't include the -----)
----------------
:0 fhbw
| /usr/local/bin/renattach -p -s
----------------
5) a more complex entry (but easily conned) is to tell it only to run where
   the renattach header has not already been added:
----------------
:0 h
* !^X-Filtered-With:.RenAtt
{
:0 fhbw
| /usr/local/bin/renattach -p -s
}
----------------