From a016460027f89e7c81106a0560d1d495f727c182 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 10 Mar 2002 19:59:59 +0000 Subject: Expose the ESMTP name and password options. svn path=/trunk/; revision=3596 --- rcfile_l.l | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rcfile_l.l') diff --git a/rcfile_l.l b/rcfile_l.l index 39574586..bf7a663f 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -98,6 +98,9 @@ timeout { return TIMEOUT;} envelope { return ENVELOPE; } qvirtual { return QVIRTUAL; } principal { return PRINCIPAL; } +esmtpname { return ESMTPNAME; } +esmtppassword { return ESMTPPASSWORD; } + user(name)? {SETSTATE(NAME); return USERNAME; } pass(word)? {SETSTATE(NAME); return PASSWORD; } -- cgit v1.2.3