aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-28 23:04:24 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-28 23:04:24 +0000
commit0a040ad1ca1faf244a03ef15070656e8293a4a5c (patch)
treeda2ef8022447646a17e17a227894d590ca8b4943 /rcfile_l.l
parenta9cfa71d5b0ff5280b21a8c7eb62d8ef4ce1d85f (diff)
downloadfetchmail-0a040ad1ca1faf244a03ef15070656e8293a4a5c.tar.gz
fetchmail-0a040ad1ca1faf244a03ef15070656e8293a4a5c.tar.bz2
fetchmail-0a040ad1ca1faf244a03ef15070656e8293a4a5c.zip
Added bsmtp option.
svn path=/trunk/; revision=2144
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 12989832..ce67630f 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -56,6 +56,7 @@ smtp(host)? { return SMTPHOST; }
smtpaddress { return SMTPADDRESS; }
antispam { return SPAMRESPONSE; }
mda { return MDA; }
+bsmtp { return BSMTP; }
pre(connect)? { return PRECONNECT; }
post(connect)? { return POSTCONNECT; }
netsec { return NETSEC; }