if the row `warnmacro("_", "ENVRCPT");` was run, I should have seen a log 
looking like:
`spamass-milter[21291]: Could not retrieve sendmail macro "i"!.  Please add it 
to confMILTER_MACROS_ENVFROM for better spamassassin results`

but with "_" insted of "i".

so I guess
`
                /* Validated sending site's address */
                macro__ = smfi_getsymval(ctx, "_");
                if (!macro__)
                {
                        macro__ = "unknown";
                        warnmacro("_", "ENVRCPT");
                }
`
sets a value to macro__ at the smfi_getsymval-line, as the warnmacro isn't 
logged. correct?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507488

Title:
  recived ip not included

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamass-milter/+bug/1507488/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to