]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/commitdiff
document the milter_rcpt_macros which are required (#816799)
authorDon Armstrong <don@donarmstrong.com>
Thu, 10 May 2018 19:12:05 +0000 (12:12 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 10 May 2018 20:31:08 +0000 (13:31 -0700)
debian/README.Debian
debian/changelog

index aa73a346216f51fd77e10bf41cc1ad8fc2ba5852..34f9962fe0a069252fc979f32018444f18122df7 100644 (file)
@@ -62,7 +62,8 @@ chroot. In recent versions of Debian the following should work:
   smtpd_milters = unix:/spamass/spamass.sock
   # milter macros useful for spamass-milter
   milter_connect_macros = j {daemon_name} v {if_name} _
-  milter_data_macros = j i {daemon_name} v {if_name} _
+  milter_data_macros = j i {auth_type} {daemon_name} v {if_name} _
+  milter_rcpt_macros = j {auth_type} {daemon_name} v {if_name} _
 
 See http://www.postfix.org/MILTER_README.html or
 /usr/share/doc/postfix/MILTER_README.gz (in postfix-doc) for
@@ -134,4 +135,4 @@ q
 
 and send the results along with your bug report using reportbug.
 
- -- Don Armstrong <don@debian.org>, Fri, 28 Dec 2012 10:54:48 -0800
+ -- Don Armstrong <don@debian.org>, Thu, 10 May 2018 11:15:25 -0700
index 3472d39c3d71d4f9297eb417df6fd0b5979db931..a24efdfc38c9489bdc1d2b8c9fa73202ca0a1185 100644 (file)
@@ -1,3 +1,9 @@
+spamass-milter (0.4.0-2) unstable; urgency=medium
+
+  * Document milter env variables (closes: #816799)
+
+ -- Don Armstrong <don@debian.org>  Thu, 10 May 2018 12:13:11 -0700
+
 spamass-milter (0.4.0-1) unstable; urgency=medium
 
   * New upstream release