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
8f7c0908
Commit
8f7c0908
authored
11 years ago
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
Release 1.0-2
parent
d69c0020
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CREDITS
+2
-3
2 additions, 3 deletions
CREDITS
README
+1
-1
1 addition, 1 deletion
README
TODO
+0
-4
0 additions, 4 deletions
TODO
with
3 additions
and
8 deletions
CREDITS
+
2
−
3
View file @
8f7c0908
Jim Niemira (urmane@urmane.org) wrote the original C module and some quick
Jim Niemira (urmane@urmane.org) wrote the original C module and some quick
and dirty python to use it. Stuart D. Gathman (stuart@
bmsi.com
) took that
and dirty python to use it. Stuart D. Gathman (stuart@
gathman.org
) took that
kludge and added threading and context objects to it, wrote a proper OO
kludge and added threading and context objects to it, wrote a proper OO
wrapper (Milter.py) that handles attachments, did lots of testing, packaged
wrapper (Milter.py) that handles attachments, did lots of testing, packaged
it with distutils, and generally transformed it from a quick hack to a
it with distutils, and generally transformed it from a quick hack to a
...
@@ -7,7 +7,6 @@ real, usable Python extension.
...
@@ -7,7 +7,6 @@ real, usable Python extension.
Other contributors (in random order):
Other contributors (in random order):
Daniel Troeder
Daniel Troeder
for pointing out a typo in @noreply
for pointing out a typo in @noreply
arkanes@irc.freenode.net
arkanes@irc.freenode.net
...
@@ -44,4 +43,4 @@ Business Management Systems - http://www.bmsi.com
...
@@ -44,4 +43,4 @@ Business Management Systems - http://www.bmsi.com
for hosting the website, and providing paying clients who need milter service
for hosting the website, and providing paying clients who need milter service
so I can work on it as part of my day job.
so I can work on it as part of my day job.
If I have left anybody out, send me a reminder: stuart@
bmsi.com
If I have left anybody out, send me a reminder: stuart@
gathman.org
This diff is collapsed.
Click to expand it.
README
+
1
−
1
View file @
8f7c0908
...
@@ -192,7 +192,7 @@ Authors
...
@@ -192,7 +192,7 @@ Authors
-------
-------
Jim Niemira (urmane@urmane.org) wrote the original C module and some quick
Jim Niemira (urmane@urmane.org) wrote the original C module and some quick
and dirty python to use it. Stuart D. Gathman (stuart@
bmsi.com
) took that
and dirty python to use it. Stuart D. Gathman (stuart@
gathman.org
) took that
kludge and added threading and context objects to it, wrote a proper OO
kludge and added threading and context objects to it, wrote a proper OO
wrapper (Milter.py) that handles attachments, did lots of testing, packaged
wrapper (Milter.py) that handles attachments, did lots of testing, packaged
it with distutils, and generally transformed it from a quick hack to a
it with distutils, and generally transformed it from a quick hack to a
...
...
This diff is collapsed.
Click to expand it.
TODO
+
0
−
4
View file @
8f7c0908
Support smfi_negotiate and auto negotiate only those callbacks for which
Milter.Milter methods have been overridden. (Python should be able to
do that.)
Lookup exact RFC syntax of real name / email and make
Lookup exact RFC syntax of real name / email and make
Milter.utils.parse_addr() pass all unit tests.
Milter.utils.parse_addr() pass all unit tests.
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