Skip to content
Snippets Groups Projects
Commit 1c78384d authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Release 0.8.6

parent 053c32e4
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment