From 7eede7ae3131dfa19c0b14d987c697e5708e77c6 Mon Sep 17 00:00:00 2001 From: Stuart Gathman <stuart@gathman.org> Date: Sat, 13 Dec 2008 21:08:51 +0000 Subject: [PATCH] Release 0.8.12 --- MANIFEST.in | 1 - TODO | 3 +++ pymilter.spec | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5d27a11..0ee6bf0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,6 @@ include COPYING include TODO include NEWS -include HOWTO include CREDITS include README include ChangeLog diff --git a/TODO b/TODO index f273c02..36b0e75 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,6 @@ Support smfi_negotiate and auto negotiate only those callbacks for which Milter.Milter methods have been overridden. (Python should be able to do that.) + +Lookup exact RFC syntax of real name / email and make +Milter.utils.parse_addr() pass all unit tests. diff --git a/pymilter.spec b/pymilter.spec index e403712..d5be16d 100644 --- a/pymilter.spec +++ b/pymilter.spec @@ -68,7 +68,7 @@ chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh # other milters running on redhat %files -f INSTALLED_FILES %defattr(-,root,root) -%doc README HOWTO ChangeLog NEWS TODO CREDITS sample.py milter-template.py +%doc README ChangeLog NEWS TODO CREDITS sample.py milter-template.py %config %{libdir}/start.sh %dir %attr(0755,mail,mail) /var/run/milter -- GitLab