aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename bad-header pass to bad-header accept, ...Matthias Andree2010-02-241-1/+1
| | | | to resolve an ambiguity found by Frédéric Marchal.
* Feature: bad-header {reject|pass}Matthias Andree2010-02-241-0/+7
|
* Treat permanent delivery errors as temporary (configurable).Matthias Andree2009-05-241-0/+1
| | | | | | | | | | | | | | | | Fetchmail no longer drops permanently undelivered messages by default, to match historic documentation. It does this by adding a new "softbounce" option, see below. Fixes Debian Bug#471283, demotes Debian Bug#494418 to wishlist. There is a new "softbounce" global option that prevents the deletion of messages that have not been forwarded. It defaults to "true" for fetchmail 6.3.X in order to match historic documentation. This may change its default in the next major release. NOTE: untested. svn path=/branches/BRANCH_6-3/; revision=5315
* Merge Daniel Richard G.'s --sslcommonname option.Matthias Andree2008-03-071-0/+1
| | | | | | | | Exception from no-features policy on 6.3.X is made to keep people away from doing more dangerous things in order to get rid of CommonName mismatch warnings. svn path=/branches/BRANCH_6-3/; revision=5165
* If SOCKS support was compiled in, add 'socks' to the feature_optionsMatthias Andree2007-03-241-0/+3
| | | | | | list emitted in --configdump. Reported by Rob MacGregor. svn path=/branches/BRANCH_6-3/; revision=5065
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4734
* Fix a few compiler warnings through casts.Matthias Andree2006-01-111-3/+3
| | | | | | Make MD5Update argument const. svn path=/branches/BRANCH_6-3/; revision=4621
* Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn".Matthias Andree2005-09-201-0/+2
| | | | svn path=/trunk/; revision=4297
* Merge Sunil Shetye's --limitflush patch.Matthias Andree2005-09-171-0/+1
| | | | svn path=/trunk/; revision=4289
* Large protocol independence patch.Matthias Andree2005-08-281-7/+4
| | | | svn path=/trunk/; revision=4280
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-9/+1
| | | | svn path=/trunk/; revision=4219
* Define temporary variable with #ifdefs rather than using these inside a ↵Matthias Andree2005-08-011-2/+4
| | | | | | macro expansion. Based on a patch by Miloslav Trmac. svn path=/trunk/; revision=4211
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵Matthias Andree2005-07-301-6/+0
| | | | | | library is no longer available. svn path=/trunk/; revision=4192
* Clean up: rely on C compiler string concatenation rather than calling printf ↵Matthias Andree2005-07-301-15/+15
| | | | | | for each of the options. svn path=/trunk/; revision=4191
* strncpy -> strlcpy.Matthias Andree2005-07-201-3/+2
| | | | svn path=/trunk/; revision=4148
* Make tracepolls a server option, as documented. Fixes Debian bug #156094.Matthias Andree2005-07-181-1/+1
| | | | svn path=/trunk/; revision=4121
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-4/+4
| | | | svn path=/trunk/; revision=3901
* Sunil's transaction patches.Eric S. Raymond2003-10-151-0/+2
| | | | svn path=/trunk/; revision=3858
* Simpler antispam dumping.Eric S. Raymond2002-10-311-10/+5
| | | | svn path=/trunk/; revision=3764
* Minor bug fixes.Eric S. Raymond2002-10-181-1/+1
| | | | svn path=/trunk/; revision=3736
* OTP fix patches from Stanislav Brabec.Eric S. Raymond2002-10-181-0/+2
| | | | svn path=/trunk/; revision=3735
* Debian 5.9.10 fixes.Eric S. Raymond2002-04-011-0/+4
| | | | svn path=/trunk/; revision=3603
* Close debian bug that clobbered .fetchmailorc.Eric S. Raymond2001-07-071-1/+1
| | | | svn path=/trunk/; revision=3407
* Implemented fetchdomains.Eric S. Raymond2001-06-241-0/+1
| | | | svn path=/trunk/; revision=3373
* Make fetchmailconf work again.Eric S. Raymond2001-06-171-1/+1
| | | | svn path=/trunk/; revision=3349
* Tracepolls switch implemented.Eric S. Raymond2001-06-051-0/+1
| | | | svn path=/trunk/; revision=3337
* SSL certification handling.Eric S. Raymond2001-05-141-0/+3
| | | | svn path=/trunk/; revision=3314
* Added sslproto.Eric S. Raymond2001-03-031-0/+1
| | | | svn path=/trunk/; revision=3183
* Don't require Tkinter to read configs.Eric S. Raymond2001-03-011-1/+6
| | | | svn path=/trunk/; revision=3164
* We can specify NTLM as an authentication type.Eric S. Raymond2001-02-271-0/+2
| | | | svn path=/trunk/; revision=3160
* More authentication types.Eric S. Raymond2001-02-201-0/+4
| | | | svn path=/trunk/; revision=3130
* preauth -> auth.Eric S. Raymond2001-02-191-13/+13
| | | | svn path=/trunk/; revision=3121
* Looks like we've got the new authentication logic done.Eric S. Raymond2001-02-121-7/+11
| | | | svn path=/trunk/; revision=3072
* First cut at ODMR support.Eric S. Raymond2001-02-071-0/+3
| | | | svn path=/trunk/; revision=3028
* Spambounce patch.Eric S. Raymond2000-12-121-0/+1
| | | | svn path=/trunk/; revision=2998
* 5-6-0bis fix for smtpname.Eric S. Raymond2000-11-271-0/+1
| | | | svn path=/trunk/; revision=2989
* Ready to ship.Eric S. Raymond2000-11-111-0/+1
| | | | svn path=/trunk/; revision=2983
* Added --showdots option by Thomas Jarosch <tomj@gmx.de>Eric S. Raymond2000-11-041-0/+1
| | | | svn path=/trunk/; revision=2981
* Added dropdelivered.Eric S. Raymond2000-07-231-0/+1
| | | | svn path=/trunk/; revision=2931
* Cyrille Lefevre <clefevre@citeweb.net>'s patch for IPV6.Eric S. Raymond2000-07-231-1/+1
| | | | svn path=/trunk/; revision=2928
* Implemented support for RFC2177 IDLE command.Eric S. Raymond2000-03-061-0/+1
| | | | svn path=/trunk/; revision=2790
* Fix for IPv6.Eric S. Raymond2000-03-031-2/+3
| | | | svn path=/trunk/; revision=2780
* Various minor bug fixes.Eric S. Raymond2000-02-181-3/+2
| | | | svn path=/trunk/; revision=2757
* LinuxWorld hacks.Eric S. Raymond2000-02-051-0/+2
| | | | svn path=/trunk/; revision=2729
* Ready to send this to Mike.Eric S. Raymond1999-11-061-8/+8
| | | | svn path=/trunk/; revision=2649
* This preliminary SSL patch goes to Mike.Eric S. Raymond1999-10-271-0/+8
| | | | svn path=/trunk/; revision=2643
* auth->preauth, second step.Eric S. Raymond1999-09-161-3/+3
| | | | svn path=/trunk/; revision=2565
* Enable expunge to controil POP2 and POP3 checkpointing.Eric S. Raymond1999-04-181-1/+1
| | | | svn path=/trunk/; revision=2439
* Added bouncemail option.Eric S. Raymond1999-02-071-0/+1
| | | | svn path=/trunk/; revision=2382
* FreeBSD support.Eric S. Raymond1999-02-071-3/+5
| | | | svn path=/trunk/; revision=2376