Thank you Bernd for noticing this!
I fixed it adding the default value (true) to getValueAsBoolean.
Stefano
Bernd Fondermann wrote:
hi,
to avoid NPEs when having commented out "heloEhloEnforcement" like it is
in vanilla config.xml, I had great success changing line 226 of
SMTPServer into this
heloEhloEnforcement =
handlerConfiguration.getChild("heloEhloEnforcement", false) != null &&
handlerConfiguration.getChild("heloEhloEnforcement",
true).getValueAsBoolean();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]