Your message dated Wed, 05 Apr 2006 14:04:42 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#354239: fixed in spamass-milter 0.3.1-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: spamass-milter Version: 0.3.0-2 I think the verion 0.3.0-2 in combination with SpamAssassin >3.0 doesn't work correct, because all mail are tagged with ALL_TRUSTED. I download the cvsversion (2006-02-16) and make a new package. With this new version this error is gone. I think, the relavant change in spamass-milter.cpp is: @@ -898,13 +916,44 @@ (envelope-from $g)$. */ - const char *macro_b, *macro_s, *macro_j, *macro__; + const char *macro_b, *macro_i, *macro_j, *macro_r, + *macro_s, *macro_v, *macro_Z, *macro__; + char date[32]; - /* Failure to fetch {b} is not fatal. Without this date SA can't do - future/past validation on the Date: header, but sendmail doesn't - default to allow milters to see it. - */ + /* RFC 822 date. */ macro_b = smfi_getsymval(ctx, "b"); + if (!macro_b) + { + time_t tval; + time(&tval); + strftime(date, sizeof(date), "%a, %d %b %Y %H:%M:%S %z", localtime(&tval)); + macro_b = date; + warnmacro("b", "ENVRCPT"); + } + + /* queue ID */ + macro_i = smfi_getsymval(ctx, "i"); + if (!macro_i) + { + macro_i = "unknown"; + warnmacro("i", "ENVRCPT"); + } + + /* FQDN of this site */ + macro_j = smfi_getsymval(ctx, "j"); + if (!macro_j) + { + macro_j = "localhost"; + warnmacro("j", "ENVRCPT"); + } + + /* Protocol used to receive the message */ + macro_r = smfi_getsymval(ctx, "r"); + if (!macro_r) + { + macro_r = "SMTP"; + warnmacro("r", "ENVRCPT"); + } The package is available on: http://apt-get.linuxhacker.at/ubuntu/dists/breezy/universe/pool/spamass-milter_0.3.0-1build1mm1_amd64.changes This version in combination with Spamassassin 3.0.4-2 seems to be working correct. Best regards Herbert Straub
--- End Message ---
--- Begin Message ---Source: spamass-milter Source-Version: 0.3.1-1 We believe that the bug you reported is fixed in the latest version of spamass-milter, which is due to be installed in the Debian FTP archive: spamass-milter_0.3.1-1.diff.gz to pool/main/s/spamass-milter/spamass-milter_0.3.1-1.diff.gz spamass-milter_0.3.1-1.dsc to pool/main/s/spamass-milter/spamass-milter_0.3.1-1.dsc spamass-milter_0.3.1-1_i386.deb to pool/main/s/spamass-milter/spamass-milter_0.3.1-1_i386.deb spamass-milter_0.3.1.orig.tar.gz to pool/main/s/spamass-milter/spamass-milter_0.3.1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Don Armstrong <[EMAIL PROTECTED]> (supplier of updated spamass-milter package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 5 Apr 2006 12:16:08 -0700 Source: spamass-milter Binary: spamass-milter Architecture: source i386 Version: 0.3.1-1 Distribution: unstable Urgency: low Maintainer: Don Armstrong <[EMAIL PROTECTED]> Changed-By: Don Armstrong <[EMAIL PROTECTED]> Description: spamass-milter - sendmail milter for filtering mail through spamassassin Closes: 354239 Changes: spamass-milter (0.3.1-1) unstable; urgency=low . * New upstream release - Adds more macros to avoid mails being tagged ALL_TRUSTED (closes: #354239) Files: eb91bb327cc9198a5a11face778f290b 612 mail extra spamass-milter_0.3.1-1.dsc ca6bf6a9c88db74a6bfea41f499c0ba6 141144 mail extra spamass-milter_0.3.1.orig.tar.gz b1bbe2af9195e547a2f53b99ba3b87e4 25940 mail extra spamass-milter_0.3.1-1.diff.gz b9f8641991d73ef1b4f9c444e33b7358 45864 mail extra spamass-milter_0.3.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFENCKYgcCJIoCND9ARAuMuAJ9vGEXG0swfJlsF7qxg2kzoQtfNGQCfRUbj Tv07R1fgydpwyB6IWy9Is70= =GO1U -----END PGP SIGNATURE-----
--- End Message ---

