Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymilter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
misc
pymilter
Commits
8c4cca8f
Commit
8c4cca8f
authored
19 years ago
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
initialize perm_error
parent
a20eeda0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
spf.py
+4
-0
4 additions, 0 deletions
spf.py
with
4 additions
and
0 deletions
spf.py
+
4
−
0
View file @
8c4cca8f
...
@@ -47,6 +47,9 @@ For news, bugfixes, etc. visit the home page for this implementation at
...
@@ -47,6 +47,9 @@ For news, bugfixes, etc. visit the home page for this implementation at
# Terrence is not responding to email.
# Terrence is not responding to email.
#
#
# $Log$
# $Log$
# Revision 1.21 2006/05/12 16:15:20 customdesigned
# a:1.2.3.4 -> ip4:1.2.3.4 'lax' heuristic.
#
# Revision 1.20 2006/03/21 18:48:51 customdesigned
# Revision 1.20 2006/03/21 18:48:51 customdesigned
# Import note_error from pyspf. Handle timeout on type99 lookup
# Import note_error from pyspf. Handle timeout on type99 lookup
# specially (sender actually has no SPF record and a braindead DNS server).
# specially (sender actually has no SPF record and a braindead DNS server).
...
@@ -442,6 +445,7 @@ class query(object):
...
@@ -442,6 +445,7 @@ class query(object):
self
.
lookups
=
0
self
.
lookups
=
0
# strict can be False, True, or 2 for harsh
# strict can be False, True, or 2 for harsh
self
.
strict
=
strict
self
.
strict
=
strict
self
.
perm_error
=
None
def
set_default_explanation
(
self
,
exp
):
def
set_default_explanation
(
self
,
exp
):
exps
=
self
.
exps
exps
=
self
.
exps
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment