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
b57e3653
Commit
b57e3653
authored
19 years ago
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
Default templates need headers also.
parent
99396a1e
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
Milter/dsn.py
+6
-0
6 additions, 0 deletions
Milter/dsn.py
with
6 additions
and
0 deletions
Milter/dsn.py
+
6
−
0
View file @
b57e3653
...
@@ -12,6 +12,9 @@ from email.Message import Message
...
@@ -12,6 +12,9 @@ from email.Message import Message
import
Milter
import
Milter
nospf_msg
=
"""
Subject: Critical mail server configuration error
nospf_msg
=
"""
Subject: Critical mail server configuration error
To: %(sender)s
From: postmaster@%(receiver)s
Auto-Submitted: auto-generated (configuration error)
This is an automatically generated Delivery Status Notification.
This is an automatically generated Delivery Status Notification.
...
@@ -80,6 +83,9 @@ postmaster@%(receiver)s
...
@@ -80,6 +83,9 @@ postmaster@%(receiver)s
"""
"""
softfail_msg
=
"""
Subject: SPF softfail (POSSIBLE FORGERY)
softfail_msg
=
"""
Subject: SPF softfail (POSSIBLE FORGERY)
To: %(sender)s
From: postmaster@%(receiver)s
Auto-Submitted: auto-generated (configuration error)
This is an automatically generated Delivery Status Notification.
This is an automatically generated Delivery Status Notification.
...
...
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