Release 0.8.12
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
include COPYING
|
include COPYING
|
||||||
include TODO
|
include TODO
|
||||||
include NEWS
|
include NEWS
|
||||||
include HOWTO
|
|
||||||
include CREDITS
|
include CREDITS
|
||||||
include README
|
include README
|
||||||
include ChangeLog
|
include ChangeLog
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
Support smfi_negotiate and auto negotiate only those callbacks for which
|
Support smfi_negotiate and auto negotiate only those callbacks for which
|
||||||
Milter.Milter methods have been overridden. (Python should be able to
|
Milter.Milter methods have been overridden. (Python should be able to
|
||||||
do that.)
|
do that.)
|
||||||
|
|
||||||
|
Lookup exact RFC syntax of real name / email and make
|
||||||
|
Milter.utils.parse_addr() pass all unit tests.
|
||||||
|
|||||||
+1
-1
@@ -68,7 +68,7 @@ chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh
|
|||||||
# other milters running on redhat
|
# other milters running on redhat
|
||||||
%files -f INSTALLED_FILES
|
%files -f INSTALLED_FILES
|
||||||
%defattr(-,root,root)
|
%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
|
%config %{libdir}/start.sh
|
||||||
%dir %attr(0755,mail,mail) /var/run/milter
|
%dir %attr(0755,mail,mail) /var/run/milter
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user