diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-08-15 15:34:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-08-15 15:34:18 +0000 |
commit | 31593524646b3495fb82500528bf935b181d454b (patch) | |
tree | 211cb8c6eb72bd77c19deddf05c40e7e1c54bd20 | |
parent | 1bd9d823ee0c0eb2468a457e9c7d3711a77b3a80 (diff) | |
download | fetchmail-31593524646b3495fb82500528bf935b181d454b.tar.gz fetchmail-31593524646b3495fb82500528bf935b181d454b.tar.bz2 fetchmail-31593524646b3495fb82500528bf935b181d454b.zip |
Put options in the right order.
svn path=/trunk/; revision=1271
-rw-r--r-- | sample.rcfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sample.rcfile b/sample.rcfile index dc5bdddb..60844704 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -30,10 +30,13 @@ # authenticate (or auth) -- must be followed by an authentication type # timeout -- must be followed by a numeric timeout value # envelope -- must be followed by an envelope header name +# no envelope # aka -- must be followed by one or more server aliases # localdomains -- must be followed by one or more domain names # interface -- must be followed by device/IP address/mask # monitor -- must be followed by IP address +# no dns +# dns # # username (or user) -- must be followed by a name # is -- must be followed by one or more names @@ -52,15 +55,12 @@ # stripcr # pass8bits # dropstatus -# dns # no keep # no flush # no fetchall # no rewrite # no forcecr # no stripcr -# no dns -# no envelope # no pass8bits # no dropstatus # limit -- must be followed by numeric size limit |