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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
misc
pymilter
Commits
23defb88
Commit
23defb88
authored
12 years ago
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
Update doc version to 0.9.6
parent
7502c29e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doxyfile
+1
-1
1 addition, 1 deletion
Doxyfile
sample.py
+2
-0
2 additions, 0 deletions
sample.py
with
3 additions
and
1 deletion
Doxyfile
+
1
−
1
View file @
23defb88
...
@@ -31,7 +31,7 @@ PROJECT_NAME = pymilter
...
@@ -31,7 +31,7 @@ PROJECT_NAME = pymilter
# This could be handy for archiving the generated documentation or
# This could be handy for archiving the generated documentation or
# if some version control system is used.
# if some version control system is used.
PROJECT_NUMBER = 0.9.
5
PROJECT_NUMBER = 0.9.
6
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
# base path where the generated documentation will be put.
...
...
This diff is collapsed.
Click to expand it.
sample.py
+
2
−
0
View file @
23defb88
...
@@ -35,7 +35,9 @@ class sampleMilter(Milter.Milter):
...
@@ -35,7 +35,9 @@ class sampleMilter(Milter.Milter):
# multiple messages can be received on a single connection
# multiple messages can be received on a single connection
# envfrom (MAIL FROM in the SMTP protocol) seems to mark the start
# envfrom (MAIL FROM in the SMTP protocol) seems to mark the start
# of each message.
# of each message.
@Milter.noreply
def
envfrom
(
self
,
f
,
*
str
):
def
envfrom
(
self
,
f
,
*
str
):
"
start of MAIL transaction
"
self
.
log
(
"
mail from
"
,
f
,
str
)
self
.
log
(
"
mail from
"
,
f
,
str
)
self
.
fp
=
StringIO
.
StringIO
()
self
.
fp
=
StringIO
.
StringIO
()
self
.
tempname
=
None
self
.
tempname
=
None
...
...
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