In the last episode (Jun 26), Steven W. Orr said:
> The X-Spam-Flag: YES is set.
>
> I'm wondering if this might be part of the problem:
>
> Jun 26 09:03:36 saturn spamass-milter[4111]: Could not retrieve sendmail
> macro "r"!. Please add it to confMILTER_MACROS_ENVRCPT for better
> spamassassin results
No, that shouldn't hurt. The "r" macro will contain either "SMTP" or
"ESMTP" and is just used to generate a fake Received: header that
matches the one sendmail will add if the message gets delivered.
> This is my sendmail setup:
>
> INPUT_MAIL_FILTER(`spamassassin',
> `S=local:/var/run/spamass.sock, F=, T=C:15m;S:4m;R:4m;E:10m')dnl
> dnl INPUT_MAIL_FILTER(`milter-regex',
> dnl `S=unix:/var/run/milter-regex/sock, T=S:30s;R:2m')dnl
> define(`confMILTER_MACROS_CONNECT',
> `b, j, _, {daemon_name}, {if_name}, {if_addr} ')dnl
If you add another line to your .mc file:
define(`confMILTER_MACROS_ENVRCPT',`r, v, Z')dnl
that warning should go away.
Ad for your mail not getting blocked, try replacing the "-r -1"
spamass-milter option with "-r 10" temporarily, and see if mail scored
above 10 gets blocked. If it is blocked, then I know the problem is
with the "-r -1" code.
--
Dan Nelson
[EMAIL PROTECTED]
_______________________________________________
Spamass-milt-list mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/spamass-milt-list