Sujet : Re: Filtering HELO / EHLO names before MAIL FROM
De : gtaylor (at) *nospam* tnetconsulting.net (Grant Taylor)
Groupes : comp.mail.sendmailDate : 08. Jan 2025, 04:08:09
Autres entêtes
Organisation : TNet Consulting
Message-ID : <vlkq6p$4k8$1@tncsrv09.home.tnetconsulting.net>
References : 1 2
User-Agent : Mozilla Thunderbird
Hi Anthony,
On 1/7/25 19:32, Anthony Howe wrote:
`milter-cli` could do it using an `envelope-from=` filter. Failing that I suppose I could tweak one of my other milters.
My impression when I previously looked at the manual.shtml file (included in the milter-cli source) was that content-filter and envelope-filter wouldn't filter in direct response to the client's HELO / EHLO.
envelope-filter - ... This command is executed when the DATA command is sent.
content-filter - ... used to filter the message headers and content - so after the DATA is closed with <CR><LF>.<CR><LF>.
Hence I got the impression that milter-cli won't be able to reject immediately after the client's HELO / EHLO.
Please correct me if I'm mis-understanding something.
BarricadeMX has the ability (not a milter).
Ya.... I'm still trying to work with Sendmail. It's what I know and am most comfortable with.
-- Grant. . . .