==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    https://bugs.contribs.org/show_bug.cgi?id=9605

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #8 from Daniel B. <[email protected]> ---
(In reply to Selwyn Rosenstein from comment #6)
> Hi Daniel B,
> 
> Is there a different helo variable, other than $host, that has the helo IP

There's no such thing. HELO is a string sent by the client, it can be anything
(you can reject the connection depending on this string, and this is what the
helo plugin allows).
But you want to deny the conenction based on the originating IP. This shouldn't
be in the helo plugin, because it has nothing to do with the HELO step, nor its
content. What you want is already possible at the firewall level, there's no
code to change, and it'll be more efficient. You just have to set the
IP/network you want to block just as I've shown earlier.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to