fetchmail-friends
[Top] [All Lists]

[fetchmail]Bug? -V output does not reflect "ssl" keyword in .fetchmailrc.

2001-07-07 12:53:00
Hi,

Output from ``fetchmail -V'' is the same with or without option "ssl"
in .fetchmailrc ... I expected the presence/absence of "ssl" to affect
the output.  Below is a test script ... there's output from diff when
"keep" is changed to "no keep".  However, there is no output from diff
when "ssl" is added.  Is that a bug?

http://www.tuxedo.org/~esr/fetchmail/fetchmail-FAQ.html#G3
1. Your operating system. 
Linux debian 2.2.18pre21 #1 Sat Nov 18 18:47:15 EST 2000 i486 unknown
--
2. ...the name and origin of ...binary package you installed.
It's the latest .deb package from Debian's stable archive,
automatically installed with ``apt-get update'' and ``apt-get upgrade''.
--
3.-6.
[probably not relevant]


Just one (1) difference found by two (2) diff commands,
surrounded by output from two (2) whoami commands:
-------------------------------------------------------

debian:~# . ~cymbala/Misc/fetchmail_ssl_--version.sh
#!/bin/sh

thisfile=~cymbala/Misc/fetchmail_ssl_--version.sh; cat $thisfile
first=/tmp/first; second=/tmp/second; frc=/tmp/.fetchmailrc
whoami
#
pollopts="poll mail.lafn.org with proto imap"
echo "$pollopts user cymbala options keep"        > $frc
fetchmail -V --fetchmailrc $frc                   > $first
echo "$pollopts user cymbala ssl options keep"    > $frc
fetchmail -V --fetchmailrc $frc                   > $second
diff                                         $first $second
#
echo "$pollopts user cymbala options no keep"     > $frc
fetchmail -V --fetchmailrc $frc                   > $first
echo "$pollopts user cymbala options keep"        > $frc
fetchmail -V --fetchmailrc $frc                   > $second
diff                                         $first $second
whoami; cat $second
###
#

root
13c13
<   Fetched messages will not be kept on the server (--keep off).
---
  Fetched messages will be kept on the server (--keep on).
root
This is fetchmail release 5.3.3+NTLM+SDPS+NLS
Linux debian 2.2.18pre21 #1 Sat Nov 18 18:47:15 EST 2000 i486 unknown
Taking options from command line and /tmp/.fetchmailrc
Idfile is /root/.fetchids
Fetchmail will forward misaddressed multidrop messages to postmaster.
Options for retrieving from cymbala(_at_)mail(_dot_)lafn(_dot_)org:
  True name of server is mail.lafn.org.
  Password will be prompted for.
  Protocol is IMAP.
  Server nonresponse timeout is 300 seconds (default).
  Default mailbox selected.
  Only new messages will be retrieved (--all off).
  Fetched messages will be kept on the server (--keep on).
  Old messages will not be flushed before message retrieval (--flush off).
  Rewrite of server-local addresses is enabled (--norewrite off).
  Carriage-return stripping is disabled (stripcr off).
  Carriage-return forcing is disabled (forcecr off).
  Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).
  MIME decoding is disabled (mimedecode off).
  Idle after poll is disabled (idle off).
  Nonempty Status lines will be kept (dropstatus off)
  Messages will be SMTP-forwarded to: localhost (default)
  Recognized listener spam block responses are: 571 550 501 554
  Single-drop mode: 1 local name(s) recognized.
  No UIDs saved from this host.


<Prev in Thread] Current Thread [Next in Thread>