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
5a8aaf85
Commit
5a8aaf85
authored
14 years ago
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
Release 0.9.5
parent
720db3d7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
Doxyfile
+1
-1
1 addition, 1 deletion
Doxyfile
Milter/__init__.py
+2
-2
2 additions, 2 deletions
Milter/__init__.py
makefile
+2
-2
2 additions, 2 deletions
makefile
pymilter.spec
+4
-0
4 additions, 0 deletions
pymilter.spec
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
10 additions
and
6 deletions
Doxyfile
+
1
−
1
View file @
5a8aaf85
...
@@ -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.
3
PROJECT_NUMBER = 0.9.
5
# 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.
Milter/__init__.py
+
2
−
2
View file @
5a8aaf85
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
# Copyright 2001,2009 Business Management Systems, Inc.
# Copyright 2001,2009 Business Management Systems, Inc.
# This code is under the GNU General Public License. See COPYING for details.
# This code is under the GNU General Public License. See COPYING for details.
__version__
=
'
0.9.
3
'
__version__
=
'
0.9.
5
'
import
os
import
os
import
milter
import
milter
...
@@ -538,7 +538,7 @@ class Milter(Base):
...
@@ -538,7 +538,7 @@ class Milter(Base):
# change in configuration.
# change in configuration.
factory
=
Milter
factory
=
Milter
## @fn
void
set_flags(
int
flags)
;
## @fn set_flags(flags)
# @brief Enable optional %milter actions.
# @brief Enable optional %milter actions.
# Certain %milter actions need to be enabled before calling milter.runmilter()
# Certain %milter actions need to be enabled before calling milter.runmilter()
# or they throw an exception.
# or they throw an exception.
...
...
This diff is collapsed.
Click to expand it.
makefile
+
2
−
2
View file @
5a8aaf85
...
@@ -2,8 +2,8 @@ web:
...
@@ -2,8 +2,8 @@ web:
doxygen
doxygen
rsync
-ravK
doc/html/ spidey2.bmsi.com:/Public/pymilter
rsync
-ravK
doc/html/ spidey2.bmsi.com:/Public/pymilter
VERSION
=
0.9.
4
VERSION
=
0.9.
5
CVSTAG
=
pymilter-0_9_
4
CVSTAG
=
pymilter-0_9_
5
PKG
=
pymilter-
$(
VERSION
)
PKG
=
pymilter-
$(
VERSION
)
SRCTAR
=
$(
PKG
)
.tar.gz
SRCTAR
=
$(
PKG
)
.tar.gz
...
...
This diff is collapsed.
Click to expand it.
pymilter.spec
+
4
−
0
View file @
5a8aaf85
...
@@ -74,6 +74,10 @@ chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh
...
@@ -74,6 +74,10 @@ chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%changelog
%changelog
* Wed Mar 02 2010 Stuart Gathman <stuart@bmsi.com> 0.9.5-1
- Print milter.error for invalid callback return type.
(Since stacktrace is empty, the TypeError exception is confusing.)
* Wed Mar 02 2010 Stuart Gathman <stuart@bmsi.com> 0.9.4-1
* Wed Mar 02 2010 Stuart Gathman <stuart@bmsi.com> 0.9.4-1
- Handle IP6 in Milter.utils.iniplist()
- Handle IP6 in Milter.utils.iniplist()
- python-2.6
- python-2.6
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
5a8aaf85
...
@@ -17,7 +17,7 @@ if sys.version < '2.2.3':
...
@@ -17,7 +17,7 @@ if sys.version < '2.2.3':
DistributionMetadata
.
download_url
=
None
DistributionMetadata
.
download_url
=
None
# NOTE: importing Milter to obtain version fails when milter.so not built
# NOTE: importing Milter to obtain version fails when milter.so not built
setup
(
name
=
"
pymilter
"
,
version
=
'
0.9.
4
'
,
setup
(
name
=
"
pymilter
"
,
version
=
'
0.9.
5
'
,
description
=
"
Python interface to sendmail milter API
"
,
description
=
"
Python interface to sendmail milter API
"
,
long_description
=
"""
\
long_description
=
"""
\
This is a python extension module to enable python scripts to
This is a python extension module to enable python scripts to
...
...
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