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
df67ee91
Commit
df67ee91
authored
16 years ago
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
Report failure to remove milter socket
parent
593384d6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Milter/__init__.py
+4
-2
4 additions, 2 deletions
Milter/__init__.py
pymilter.spec
+1
-1
1 addition, 1 deletion
pymilter.spec
with
5 additions
and
3 deletions
Milter/__init__.py
+
4
−
2
View file @
df67ee91
...
@@ -184,8 +184,10 @@ def runmilter(name,socketname,timeout = 0):
...
@@ -184,8 +184,10 @@ def runmilter(name,socketname,timeout = 0):
print
"
Removing %s
"
%
fname
print
"
Removing %s
"
%
fname
try
:
try
:
os
.
unlink
(
fname
)
os
.
unlink
(
fname
)
except
:
except
os
.
error
,
x
:
pass
import
errno
if
x
.
errno
!=
errno
.
ENOENT
:
raise
milter
.
error
(
x
)
# The default flags set include everything
# The default flags set include everything
# milter.set_flags(milter.ADDHDRS)
# milter.set_flags(milter.ADDHDRS)
...
...
This diff is collapsed.
Click to expand it.
pymilter.spec
+
1
−
1
View file @
df67ee91
...
@@ -270,7 +270,7 @@ rm -rf $RPM_BUILD_ROOT
...
@@ -270,7 +270,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
%changelog
* Mon Aug 25 2008 Stuart Gathman <stuart@bmsi.com> 0.8.10-2
* Mon Aug 25 2008 Stuart Gathman <stuart@bmsi.com> 0.8.10-2
- /var/run/milter directory owned by mail
- /var/run/milter directory
must be
owned by mail
* Mon Aug 25 2008 Stuart Gathman <stuart@bmsi.com> 0.8.10-1
* Mon Aug 25 2008 Stuart Gathman <stuart@bmsi.com> 0.8.10-1
- log rcpt for SRS rejections
- log rcpt for SRS rejections
- improved parsing into email and fullname (still 2 self test failures)
- improved parsing into email and fullname (still 2 self test failures)
...
...
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