* Change domain back to openspf.org, it has been back for a long time
(Debian #900512)
This commit is contained in:
parent
151caf449b
commit
ce6fbdf659
4 changed files with 5 additions and 3 deletions
2
CHANGES
2
CHANGES
|
|
@ -14,6 +14,8 @@
|
||||||
the finish line) (Debian #902801)
|
the finish line) (Debian #902801)
|
||||||
+ Add config.sh (see README for details) to support different postfix
|
+ Add config.sh (see README for details) to support different postfix
|
||||||
configuration directories
|
configuration directories
|
||||||
|
* Change domain back to openspf.org, it has been back for a long time
|
||||||
|
(Debian #900512)
|
||||||
|
|
||||||
--- 2.010 2012-06-17
|
--- 2.010 2012-06-17
|
||||||
* Fixed incorrect use of != instead of ne for string comparison
|
* Fixed incorrect use of != instead of ne for string comparison
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -5,7 +5,7 @@ A Postfix SMTPd policy server for SPF checking
|
||||||
(C) 2007 Julian Mehnle <julian@mehnle.net>
|
(C) 2007 Julian Mehnle <julian@mehnle.net>
|
||||||
(C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
(C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
||||||
Thanks for contributions by various members of the SPF project
|
Thanks for contributions by various members of the SPF project
|
||||||
<http://www.openspf.net/Software#postfix-policyd-spf-perl>
|
<http://www.openspf.org/Software#postfix-policyd-spf-perl>
|
||||||
<https://launchpad.net/postfix-policyd-spf-perl>
|
<https://launchpad.net/postfix-policyd-spf-perl>
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ my $spf_server = Mail::SPF::Server->new(
|
||||||
dns_resolver => $resolver,
|
dns_resolver => $resolver,
|
||||||
query_rr_types => Mail::SPF::Server->query_rr_type_txt,
|
query_rr_types => Mail::SPF::Server->query_rr_type_txt,
|
||||||
default_authority_explanation =>
|
default_authority_explanation =>
|
||||||
'Please see http://www.openspf.net/Why?s=%{_scope};id=%{S};ip=%{C};r=%{R}'
|
'Please see http://www.openspf.org/Why?s=%{_scope};id=%{S};ip=%{C};r=%{R}'
|
||||||
);
|
);
|
||||||
|
|
||||||
# Adding more handlers is easy:
|
# Adding more handlers is easy:
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ my $spf_server = Mail::SPF::Server->new(
|
||||||
dns_resolver => $resolver,
|
dns_resolver => $resolver,
|
||||||
query_rr_types => Mail::SPF::Server->query_rr_type_txt,
|
query_rr_types => Mail::SPF::Server->query_rr_type_txt,
|
||||||
default_authority_explanation =>
|
default_authority_explanation =>
|
||||||
'Please see http://www.openspf.net/Why?s=%{_scope};id=%{S};ip=%{C};r=%{R}'
|
'Please see http://www.openspf.org/Why?s=%{_scope};id=%{S};ip=%{C};r=%{R}'
|
||||||
);
|
);
|
||||||
|
|
||||||
# Adding more handlers is easy:
|
# Adding more handlers is easy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue