1RAZOR-WHITELIST(1) User Contributed Perl Documentation RAZOR-WHITELIST(1)
2
3
4
6 "razor-whitelist" - Format for Vipul's Razor Whitelist
7
9 The razor whitelist is a list of email addresses and body signatures.
10 Emails that match the whitelist are not processed by any of the Razor
11 Agents. That is, They are not checked, reported, or revoked. In the
12 case of razor-check(1), they are instantly marked as non-spam.
13
15 The razor whitelist is usually "<razorhome>/razor-whitelist". The
16 "whitelist" parameter in razor-agent.conf(5) should point to this file.
17 If the "whitelist" parameter in razor-agent.conf(5) is missing,
18 "whitelist" is not used.
19
21 Each whitelist rule is placed on a line of its own. Lines that begin in
22 a `#' character are considered to be comments and are ignored by the
23 parser. A rule contains the name of a header and the string to match
24 against the header, separated by whitespace. Here are some examples:
25
26 to bugtraq@securityfocus.com
27 cc a.list@somewhere.net
28
29 These rules imply that when a mail contains "bugtraq@securityfocus.com"
30 in its `to' and `cc' headers, it should be whitelisted. It's worth not‐
31 ing that a match occurs if the address string matches any part of the
32 address.
33
34 from @mydomain.com
35
36 A special rule called `sha1' can be used for whitelisting signatures.
37 For example:
38
39 sha1 75f8bcc2357366bbfa9c6ab0b6e5648ed0cf7083
40
41 whitelists a message with the body of `test'.
42
44 Vipul Ved Prakash <mail@vipul.net>, and Chad Norwood <chad@samo.org>
45
47 razor-agents(1), razor-agent.conf(5), razor-check(1), razor-admin(1),
48 razor-report(1), razor-revoke(1)
49
51 This is free software, distributed under the ARTISTIC license.
52
53
54
55perl v5.8.8 2005-06-10 RAZOR-WHITELIST(1)