Release 0.8.6

This commit is contained in:
Stuart Gathman
2006-05-21 03:56:13 +00:00
parent 053c32e450
commit 1c78384da9
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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)