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
1c78384d
Commit
1c78384d
authored
19 years ago
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
Release 0.8.6
parent
053c32e4
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
milter.spec
+6
-0
6 additions, 0 deletions
milter.spec
testbms.py
+1
-1
1 addition, 1 deletion
testbms.py
with
7 additions
and
1 deletion
milter.spec
+
6
−
0
View file @
1c78384d
...
...
@@ -175,6 +175,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Feb 23 2006 Stuart Gathman <stuart@bmsi.com> 0.8.6-1
- Support fail template
- Create GOSSiP record only when connection will procede to DATA.
- More SPF lax heuristics
- Don't require SPF pass for white/black listing mail from trusted relay.
- Support localpart wildcard for white and black lists.
- Use signed Message-ID in delayed reject of DSNs to blacklist senders
- Delay reject of unsigned RCPT for postmaster and abuse only
- Fix dsn reporting of hard permerror
- Resolve FIXME for wrap_close in miltermodule.c
...
...
This diff is collapsed.
Click to expand it.
testbms.py
+
1
−
1
View file @
1c78384d
...
...
@@ -238,7 +238,7 @@ class BMSMilterTestCase(unittest.TestCase):
milter
=
TestMilter
()
milter
.
connect
(
'
testSmartAlias
'
)
# test smart alias feature
key
=
(
'
foo@
bar
.com
'
,
'
baz@bat.com
'
)
key
=
(
'
foo@
example
.com
'
,
'
baz@bat.com
'
)
bms
.
smart_alias
[
key
]
=
[
'
ham@eggs.com
'
]
rc
=
milter
.
feedMsg
(
'
test8
'
,
key
[
0
],
key
[
1
])
self
.
assertEqual
(
rc
,
Milter
.
ACCEPT
)
...
...
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