check_smtp: Remove a comment regarding MAIL FROM
commitb57aeb1e5f6099ef97a178ff0e9ed22f0e7a1caf
authorHolger Weiss <holger@zedat.fu-berlin.de>
Fri, 29 Jun 2012 13:09:34 +0000 (29 15:09 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Fri, 29 Jun 2012 13:09:34 +0000 (29 15:09 +0200)
tree1e861f0cc5aef5265f46bfef07a87bc6356a7914
parent973d147cef8e2362d74ea75fa9379ea4a8ba6989
check_smtp: Remove a comment regarding MAIL FROM

Earlier versions of check_smtp generated an (invalid) "MAIL FROM"
command without arguments by default.  These days, a "MAIL FROM" command
is only sent if the --from option is specified.

This commit removes a comment which explains the old behaviour, and it
updates a variable name accordingly.
plugins/check_smtp.c