Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17 | magnus | 1 | #! /bin/sh /usr/share/dpatch/dpatch-run |
2 | ## 43_new_explanation_url.dpatch by <magnus@proffe.kibibyte.se> |
||
3 | ## |
||
4 | ## All lines beginning with `## DP:' are a description of the patch. |
||
5 | ## DP: Bring default explanation up to date by referring to |
||
6 | ## DP: www.openspf.org instead of spf.pobox.com. |
||
7 | |||
8 | @DPATCH@ |
||
9 | diff -urNad trunk~/src/include/spf.h trunk/src/include/spf.h |
||
10 | --- trunk~/src/include/spf.h 2007-09-06 13:57:32.000000000 +0200 |
||
11 | +++ trunk/src/include/spf.h 2007-09-06 13:58:59.000000000 +0200 |
||
12 | @@ -57,7 +57,7 @@ |
||
13 | #define SPF_DEFAULT_SANITIZE 1 |
||
14 | #define SPF_DEFAULT_WHITELIST "include:spf.trusted-forwarder.org" |
||
15 | #define SPF_EXP_MOD_NAME "exp-text" |
||
16 | -#define SPF_DEFAULT_EXP "Please see http://spf.pobox.com/why.html?sender=%{S}&ip=%{C}&receiver=%{R}" |
||
17 | +#define SPF_DEFAULT_EXP "Please see http://www.openspf.org/Why?id=%{S}&ip=%{C}&receiver=%{R}" |
||
18 | |||
19 | |||
20 |