Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

Re: [milter-greylist] smfi_getsymval failed for {i} in milter-greylist 4.2.6

2011-03-08 by Rene Luria

Hey Anatoly,

On 02. 03. 11 18:06, Anatoly Oreshkin wrote:
> milter-greylist: smfi_getsymval failed for {i}
> milter-greylist: (unknown id): Sender IP 127.0.0.1 and address<root@my_domain.ru>
> are SPF-compliant, bypassing greylist

> Besides milter-greylist I use another milter, one for antivirus program 'drweb-milter'
> Sendmail config sendmail.cf have such lines:

> O InputMailFilters=greylist, drweb-milter
> O Milter.LogLevel=6
> O Milter.macros.connect=_, j, {if_addr}
> O Milter.macros.helo={verify}, {cert_subject}
> O Milter.macros.envfrom=i, {auth_authen}
> O Milter.macros.envrcpt={rcpt_mailer}, {rcpt_host}, {rcpt_addr}
> O Milter.macros.eom={msg_id}

To solve the problem, add the i variable to macro to Milter.macros.helo

in mc:
define(`confMILTER_MACROS_HELO', `i, {verify}, {cert_subject}')

or in cf:
O Milter.macros.helo=i, {verify}, {cert_subject}

-- 
Rene Luria

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.