diff options
author | Graham Wilson <graham@mknod.org> | 2004-08-30 01:34:48 +0000 |
---|---|---|
committer | Graham Wilson <graham@mknod.org> | 2004-08-30 01:34:48 +0000 |
commit | c3a80da98846c21a5d3f32a91669d78774a0aa6a (patch) | |
tree | 72bee6836c468c8527560821cd65618f2c7b115d /dist-tools/test/testrc | |
parent | fd2543489b53fe34a18b7204d6803bf527c0d198 (diff) | |
download | fetchmail-c3a80da98846c21a5d3f32a91669d78774a0aa6a.tar.gz fetchmail-c3a80da98846c21a5d3f32a91669d78774a0aa6a.tar.bz2 fetchmail-c3a80da98846c21a5d3f32a91669d78774a0aa6a.zip |
Move a handful of scripts (used for releases, testing, etc.) to dist-tools, so that they are not released in the tarball.
svn path=/trunk/; revision=3934
Diffstat (limited to 'dist-tools/test/testrc')
-rw-r--r-- | dist-tools/test/testrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dist-tools/test/testrc b/dist-tools/test/testrc new file mode 100644 index 00000000..7520f8d4 --- /dev/null +++ b/dist-tools/test/testrc @@ -0,0 +1,14 @@ +# Configuration created Thu Oct 23 20:13:55 2003 by fetchmailconf +set syslog +set postmaster "postmaster" +set bouncemail +set no spambounce +set properties "" +poll pop.whosey.net with proto POP3 + user 'foo' there with password '*' is 'me' here + user 'bar' there with password '*' is 'her' here + user 'baz' there with password '*' is 'that' here + +poll mail.whatsey.ca with proto POP3 interval 60 + user 'nimble' there with password '*' is 'her' here + |