exim.git
18 years agoFix a typo in an error message for ${extract reported by
Tony Finch [Mon, 13 Jun 2005 13:37:39 +0000 (13:37 +0000)]
Fix a typo in an error message for ${extract reported by
Jeremy Harris <jgh@wizmail.org> in exim-users Message-ID:
<42AC48EB.90406@wizmail.org>

18 years agoAnother ratelimit tweak. I didn't anticipate people using per_cmd
Tony Finch [Fri, 10 Jun 2005 19:27:05 +0000 (19:27 +0000)]
Another ratelimit tweak. I didn't anticipate people using per_cmd
ratelimits more than once in the same ACL (e.g. to increase the
delay for higher rates) so the code didn't do the right thing in
that situation. There's now a per_cmd cache which is reset at the
start of each ACL run.

18 years agoA minor code clean-up and a comment fix for the CSA patch arising
Tony Finch [Fri, 10 Jun 2005 18:59:34 +0000 (18:59 +0000)]
A minor code clean-up and a comment fix for the CSA patch arising
from a bug report by John Horne. The lack of initialization of the
found variable in acl_verify_csa() was not a bug but I've fixed it
because it's risky.

Bug ID 26

18 years agoTK/08
Tom Kistner [Fri, 10 Jun 2005 13:39:52 +0000 (13:39 +0000)]
TK/08

18 years agoRevert accidental bogus checkin, sorry
Tom Kistner [Fri, 10 Jun 2005 13:38:06 +0000 (13:38 +0000)]
Revert accidental bogus checkin, sorry

18 years agoFix possible endless loop due to dying spamd
Tom Kistner [Fri, 10 Jun 2005 13:29:36 +0000 (13:29 +0000)]
Fix possible endless loop due to dying spamd

18 years agoRemove 2G quota wish (now implemented); add 2G message wish, for some
Philip Hazel [Tue, 7 Jun 2005 15:36:47 +0000 (15:36 +0000)]
Remove 2G quota wish (now implemented); add 2G message wish, for some
time in the future.

18 years agoUpgrade appendfile so that it is capable of handling quotas that are
Philip Hazel [Tue, 7 Jun 2005 15:20:55 +0000 (15:20 +0000)]
Upgrade appendfile so that it is capable of handling quotas that are
greater than 2G.

18 years agoFix ${def: bug which treated "0" as false. Also diagnose syntax error of
Philip Hazel [Tue, 7 Jun 2005 10:41:26 +0000 (10:41 +0000)]
Fix ${def: bug which treated "0" as false. Also diagnose syntax error of
unexpected characters after the variable name.

18 years agoInstalled exipick 20050604.1 as supplied by John Jetmore.
Philip Hazel [Tue, 7 Jun 2005 09:15:04 +0000 (09:15 +0000)]
Installed exipick 20050604.1 as supplied by John Jetmore.

18 years agoAdded Chris Webb contribution
Tom Kistner [Mon, 6 Jun 2005 19:30:18 +0000 (19:30 +0000)]
Added Chris Webb contribution

18 years agoTk05-07
Tom Kistner [Mon, 6 Jun 2005 19:23:03 +0000 (19:23 +0000)]
Tk05-07

18 years agoMerged patched from Alex Miller: 1) Improve aveserver failure handling 2) Write prope...
Tom Kistner [Mon, 6 Jun 2005 18:49:35 +0000 (18:49 +0000)]
Merged patched from Alex Miller: 1) Improve aveserver failure handling 2) Write proper mbox delimiter in .eml files. 3) add X-Envelope-Sender and X-Envelope-To headers to .eml file

18 years agoAdded a "consolidating" wish to connect several ideas about header
Philip Hazel [Mon, 6 Jun 2005 08:37:17 +0000 (08:37 +0000)]
Added a "consolidating" wish to connect several ideas about header
handling.

18 years agoChangelog updated with details of the eximstats changes.
Steve Campbell [Fri, 3 Jun 2005 14:37:20 +0000 (14:37 +0000)]
Changelog updated with details of the eximstats changes.

18 years agoAdded -xls and the ability to specify output files (Frank Heydlauf).
Steve Campbell [Fri, 3 Jun 2005 14:28:50 +0000 (14:28 +0000)]
Added -xls and the ability to specify output files (Frank Heydlauf).
Use FileHandles for outputing results.
Allow any combination of xls, txt, and html output.
Fixed display of large numbers with -nvr option
Fixed merging of reports with empty tables.
Added the -include_original_destination flag
Removed tabs and trailing whitespace.

18 years agoAnother wish.
Philip Hazel [Fri, 3 Jun 2005 13:45:15 +0000 (13:45 +0000)]
Another wish.

18 years agoratelimit fix: omit the limit parameter from the database lookup
Tony Finch [Tue, 31 May 2005 17:07:39 +0000 (17:07 +0000)]
ratelimit fix: omit the limit parameter from the database lookup
key, so that minor configuration tweaks do not cause Exim to forget
clients' stored rates. The smoothing period and options affect the
meaning of the stored state, so are still included in the key.

18 years agoSome new wishes.
Philip Hazel [Tue, 31 May 2005 11:31:30 +0000 (11:31 +0000)]
Some new wishes.

18 years agoMinor tweak to a comment.
Philip Hazel [Tue, 31 May 2005 11:10:50 +0000 (11:10 +0000)]
Minor tweak to a comment.

18 years agoAdd "fullpostmaster" to check <postmaster> without a domain, if the
Philip Hazel [Tue, 31 May 2005 10:58:18 +0000 (10:58 +0000)]
Add "fullpostmaster" to check <postmaster> without a domain, if the
domained version fails.

18 years ago4.52 TK/01
Tom Kistner [Wed, 25 May 2005 20:33:28 +0000 (20:33 +0000)]
4.52 TK/01

18 years agoTK/04
Tom Kistner [Wed, 25 May 2005 20:32:44 +0000 (20:32 +0000)]
TK/04

18 years agoAdd simple SPF lookup method (armored in EXPERIMENTAL_SPF)
Tom Kistner [Wed, 25 May 2005 20:07:55 +0000 (20:07 +0000)]
Add simple SPF lookup method (armored in EXPERIMENTAL_SPF)

18 years agoFix possible NULL secret
Tom Kistner [Wed, 25 May 2005 17:50:33 +0000 (17:50 +0000)]
Fix possible NULL secret

18 years agoChange the result of the ratelimit ACL condition when clients are sending
Tony Finch [Wed, 25 May 2005 09:58:16 +0000 (09:58 +0000)]
Change the result of the ratelimit ACL condition when clients are sending
exactly at the limit, in order to improve the behaviour of certain edge
cases. The result was FAIL (under limit) and it's now OK (over limit).

18 years agoReduce the timeout when writing a block has to be done in several
Philip Hazel [Tue, 24 May 2005 14:56:26 +0000 (14:56 +0000)]
Reduce the timeout when writing a block has to be done in several
write() calls.

18 years agoPut DPC's mkcdb script (with tabs removed) into the util directory, and
Philip Hazel [Tue, 24 May 2005 11:20:40 +0000 (11:20 +0000)]
Put DPC's mkcdb script (with tabs removed) into the util directory, and
also created a README file for that directory.

18 years agoRemove broken code in exim.h that tried to preserve EX_OK when it was
Philip Hazel [Tue, 24 May 2005 10:57:10 +0000 (10:57 +0000)]
Remove broken code in exim.h that tried to preserve EX_OK when it was
redefined in unistd.h (IRIX6). It didn't matter because EX_OK is not
used.

18 years agoRemove C++ style comments accidentally introduced by Tom. :-)
Philip Hazel [Tue, 24 May 2005 08:50:35 +0000 (08:50 +0000)]
Remove C++ style comments accidentally introduced by Tom. :-)

18 years agoTK/02 TK/03
Tom Kistner [Tue, 24 May 2005 08:28:58 +0000 (08:28 +0000)]
TK/02 TK/03

18 years agoSPF: rewrote code to work with 1.2.x libsfp2 series. SRS: upgraded to latest patch...
Tom Kistner [Tue, 24 May 2005 08:15:01 +0000 (08:15 +0000)]
SPF: rewrote code to work with 1.2.x libsfp2 series. SRS: upgraded to latest patch from Miles Wilton. Misc: remove some tabs and whitespace.

18 years agoAdd the ratelimit ACL condition. This is mostly reasonably self-contained
Tony Finch [Mon, 23 May 2005 16:58:55 +0000 (16:58 +0000)]
Add the ratelimit ACL condition. This is mostly reasonably self-contained
except that it requires changes to most Makefiles in order to bring in the
maths library for the exp() function.

18 years agoExpand the documentation about the new submission mode behaviour.
Tony Finch [Mon, 23 May 2005 15:44:06 +0000 (15:44 +0000)]
Expand the documentation about the new submission mode behaviour.

18 years agoAdd control=fakedefer to go with control=fakereject.
Tony Finch [Mon, 23 May 2005 15:28:37 +0000 (15:28 +0000)]
Add control=fakedefer to go with control=fakereject.

18 years agoInstalled a modified version of Tony's submission enhancement patch +
Philip Hazel [Tue, 17 May 2005 15:00:04 +0000 (15:00 +0000)]
Installed a modified version of Tony's submission enhancement patch +
two small bugfixes.

18 years agoOutput the warning log line about deferring conditions in "warn"
Philip Hazel [Tue, 17 May 2005 11:20:32 +0000 (11:20 +0000)]
Output the warning log line about deferring conditions in "warn"
statements every time, not just once per message.

18 years agoTidy up "make" output along the lines of a 2.6 kernel make (just a short
Philip Hazel [Tue, 17 May 2005 09:53:34 +0000 (09:53 +0000)]
Tidy up "make" output along the lines of a 2.6 kernel make (just a short
line for each compile). The full output can still be requested, however.

18 years agoAnother wish.
Philip Hazel [Thu, 12 May 2005 08:26:09 +0000 (08:26 +0000)]
Another wish.

18 years agoAdded a long comment to acl.c about the problem of detecting a client
Philip Hazel [Wed, 11 May 2005 09:26:55 +0000 (09:26 +0000)]
Added a long comment to acl.c about the problem of detecting a client
going away during a "delay" wait.

18 years agoCreate ChangeLog entry for Tom's poll() fix.
Philip Hazel [Wed, 11 May 2005 08:05:10 +0000 (08:05 +0000)]
Create ChangeLog entry for Tom's poll() fix.

18 years agoFix poll() being unavailable on Mac OSX 10.2
Tom Kistner [Tue, 10 May 2005 22:39:20 +0000 (22:39 +0000)]
Fix poll() being unavailable on Mac OSX 10.2

18 years agoAdd commented-out example of CSA check to the default configuration.
Philip Hazel [Tue, 10 May 2005 14:48:07 +0000 (14:48 +0000)]
Add commented-out example of CSA check to the default configuration.

18 years agoA new wish about header modification handling in unseen routers.
Philip Hazel [Tue, 10 May 2005 14:34:21 +0000 (14:34 +0000)]
A new wish about header modification handling in unseen routers.

18 years ago1. Preserve underlying transport filter timeout message if a pipe
Philip Hazel [Tue, 10 May 2005 11:13:09 +0000 (11:13 +0000)]
1. Preserve underlying transport filter timeout message if a pipe
command ends in failure.

18 years ago1. Update version.
Philip Hazel [Tue, 10 May 2005 10:19:11 +0000 (10:19 +0000)]
1. Update version.
2. Apply Tony's CSA patch (with some fixes) and add simple test.

18 years ago(1) New Wish. (2) Typo and tabs in FAQ source.
Philip Hazel [Fri, 6 May 2005 08:28:16 +0000 (08:28 +0000)]
(1) New Wish. (2) Typo and tabs in FAQ source.

18 years agoPass $(MAKE) to the scripts/Configure-config.h script so that it uses exim-4_51
Philip Hazel [Wed, 4 May 2005 10:17:28 +0000 (10:17 +0000)]
Pass $(MAKE) to the scripts/Configure-config.h script so that it uses
the same command (e.g. "gmake") that was called externally.

18 years agoLooks like HP-UX needs these settings to avoid compiler warnings:
Philip Hazel [Tue, 3 May 2005 14:22:12 +0000 (14:22 +0000)]
Looks like HP-UX needs these settings to avoid compiler warnings:
#define ICONV_ARG2_TYPE char **
#define EXIM_SOCKLEN_T size_t

18 years ago(1) Don't ignore timeouts while writing to a pipe! (As opposed to
Philip Hazel [Tue, 3 May 2005 14:20:00 +0000 (14:20 +0000)]
(1) Don't ignore timeouts while writing to a pipe! (As opposed to
timeout of the pipe command process.)
(2) Add timeout_defer option to turn timeouts into defers (default has
always been to fail).
(3) An upgrade to my desktop OS and to SSL has caused the output from
some of the test scripts to change.

18 years agoPatch from Sieve maintainer for latest vacation updates.
Philip Hazel [Tue, 3 May 2005 10:02:27 +0000 (10:02 +0000)]
Patch from Sieve maintainer for latest vacation updates.

18 years agoWish for memory shortage queue-only.
Philip Hazel [Tue, 3 May 2005 08:38:13 +0000 (08:38 +0000)]
Wish for memory shortage queue-only.

18 years agoAdd 3 DomainKeys globals to eximon
Tom Kistner [Fri, 29 Apr 2005 11:54:23 +0000 (11:54 +0000)]
Add 3 DomainKeys globals to eximon

18 years agoMake $value usable in the "else" part of ${run.
Philip Hazel [Thu, 28 Apr 2005 13:29:27 +0000 (13:29 +0000)]
Make $value usable in the "else" part of ${run.

18 years agoWish for quotas > 2G.
Philip Hazel [Thu, 28 Apr 2005 13:12:24 +0000 (13:12 +0000)]
Wish for quotas > 2G.

18 years agoRemove details of errors in bounce and delay warning messages, unless
Philip Hazel [Thu, 28 Apr 2005 13:06:32 +0000 (13:06 +0000)]
Remove details of errors in bounce and delay warning messages, unless
explicitly specified (e.g. :fail:) or a message from a remote host.

18 years agoInstall Tony's patch for $message_linecount.
Philip Hazel [Wed, 27 Apr 2005 13:29:32 +0000 (13:29 +0000)]
Install Tony's patch for $message_linecount.

18 years agoEnsure the value of $authenticated_id contains only printing characters.
Philip Hazel [Wed, 27 Apr 2005 10:55:20 +0000 (10:55 +0000)]
Ensure the value of $authenticated_id contains only printing characters.

18 years agoQuota values can be followed by G as well as K and M.
Philip Hazel [Wed, 27 Apr 2005 10:06:00 +0000 (10:06 +0000)]
Quota values can be followed by G as well as K and M.

18 years agoApply Ian Freislich's patch to fix a spamd timeout problem.
Philip Hazel [Wed, 27 Apr 2005 10:00:18 +0000 (10:00 +0000)]
Apply Ian Freislich's patch to fix a spamd timeout problem.

18 years agoUpdated LICENCE and NOTICE to contain the new address of the Free
Philip Hazel [Tue, 26 Apr 2005 15:17:51 +0000 (15:17 +0000)]
Updated LICENCE and NOTICE to contain the new address of the Free
Software Foundation (they are moving on 29 April 2005).

19 years agoForgot to put #ifdef WITH_CONTENT_SCAN round the new run_mime_acl()
Philip Hazel [Thu, 7 Apr 2005 15:40:50 +0000 (15:40 +0000)]
Forgot to put #ifdef WITH_CONTENT_SCAN round the new run_mime_acl()
function. Also, a typo in a comment in deliver.c got overlooked.

19 years agoMove duplicate checking till after routing. Should fix several subtle
Philip Hazel [Thu, 7 Apr 2005 15:37:13 +0000 (15:37 +0000)]
Move duplicate checking till after routing. Should fix several subtle
bugs.

19 years agoChange PH/12 for 4.50 fixed one bug and introduced another; if a host's
Philip Hazel [Thu, 7 Apr 2005 10:54:54 +0000 (10:54 +0000)]
Change PH/12 for 4.50 fixed one bug and introduced another; if a host's
IP address could not be found in an SMTP router, Exim went into a hard
loop (unless it was the only host).

19 years agoChange 4.50/80 broke the handling of negative uids and gids in spool
Philip Hazel [Thu, 7 Apr 2005 10:10:01 +0000 (10:10 +0000)]
Change 4.50/80 broke the handling of negative uids and gids in spool
files. Negative gids are sometimes used. Allow for both to be negative.

19 years agoPatch for sieve envelope tests bug (supplied by Bob Johannessen,
Philip Hazel [Thu, 7 Apr 2005 10:02:02 +0000 (10:02 +0000)]
Patch for sieve envelope tests bug (supplied by Bob Johannessen,
sanctioned by Michael Haardt).

19 years agoAdd sender to log line for DATA timeout.
Philip Hazel [Wed, 6 Apr 2005 16:43:59 +0000 (16:43 +0000)]
Add sender to log line for DATA timeout.

19 years agoPay attention to local part prefixes and suffixes when doing callouts.
Philip Hazel [Wed, 6 Apr 2005 16:26:42 +0000 (16:26 +0000)]
Pay attention to local part prefixes and suffixes when doing callouts.

19 years agoFix logging bug when two addresses to the same host list go to different
Philip Hazel [Wed, 6 Apr 2005 15:26:52 +0000 (15:26 +0000)]
Fix logging bug when two addresses to the same host list go to different
hosts with different TLS usage within the same delivery process.

19 years agoMichael Haardt's patch for support for :user and :subaddress in Sieve
Philip Hazel [Wed, 6 Apr 2005 14:40:23 +0000 (14:40 +0000)]
Michael Haardt's patch for support for :user and :subaddress in Sieve
filters by means of two new redirect router options.

19 years agoModify OS/os.c-Linux so that Exim compiles on kfreebsd-gnu (sic).
Philip Hazel [Wed, 6 Apr 2005 14:09:17 +0000 (14:09 +0000)]
Modify OS/os.c-Linux so that Exim compiles on kfreebsd-gnu (sic).

19 years agoMake $acl_verify_message available in following conditions and modifiers
Philip Hazel [Wed, 6 Apr 2005 14:03:53 +0000 (14:03 +0000)]
Make $acl_verify_message available in following conditions and modifiers
in an ACL statement, not just when expanding message and log_message.

19 years agoChange scripts/os-type so that when "uname -s" returns just "GNU", the
Philip Hazel [Wed, 6 Apr 2005 10:53:47 +0000 (10:53 +0000)]
Change scripts/os-type so that when "uname -s" returns just "GNU", the
answer is "GNU", and only if the return is "GNU/something" is the answer
"Linux".

19 years agoShow command line arguments in debugging output, even without
Philip Hazel [Wed, 6 Apr 2005 10:06:14 +0000 (10:06 +0000)]
Show command line arguments in debugging output, even without
log_selector=+arguments.

19 years agoChange 4.51/PH/05 wasn't implemented quite correctly. I think I've now
Philip Hazel [Tue, 5 Apr 2005 15:47:50 +0000 (15:47 +0000)]
Change 4.51/PH/05 wasn't implemented quite correctly. I think I've now
sorted it.

19 years agoPatch to fix Cyrus-SASL unavailable mechanisms problem.
Philip Hazel [Tue, 5 Apr 2005 14:33:27 +0000 (14:33 +0000)]
Patch to fix Cyrus-SASL unavailable mechanisms problem.

19 years agocyrus_sasl authenticator was not using the expanded hostname (even
Philip Hazel [Tue, 5 Apr 2005 14:02:30 +0000 (14:02 +0000)]
cyrus_sasl authenticator was not using the expanded hostname (even
though it did expand it :-)

19 years agoKjetil Homme's patch for extended macro features (redefinition,
Philip Hazel [Tue, 5 Apr 2005 13:58:34 +0000 (13:58 +0000)]
Kjetil Homme's patch for extended macro features (redefinition,
definition between driver and ACL definitions).

19 years agoAdded acl_not_smtp_mime. This involved a bit of refactoring of the
Philip Hazel [Mon, 4 Apr 2005 10:33:49 +0000 (10:33 +0000)]
Added acl_not_smtp_mime. This involved a bit of refactoring of the
content scanning code. Also, updated doc/OptionList.txt with all the
content-scanning options (none had been added.)

19 years agoUpdate WishList with suggestion about -bP from Bugzilla. Better continue
Philip Hazel [Mon, 4 Apr 2005 08:27:28 +0000 (08:27 +0000)]
Update WishList with suggestion about -bP from Bugzilla. Better continue
to keep this list until a proper merge is done.

19 years agoMinor update to one of the wishes.
Philip Hazel [Wed, 30 Mar 2005 08:23:11 +0000 (08:23 +0000)]
Minor update to one of the wishes.

19 years agoFix non-check for read() error in sync check before writing banner.
Philip Hazel [Tue, 29 Mar 2005 15:53:12 +0000 (15:53 +0000)]
Fix non-check for read() error in sync check before writing banner.

19 years agoSmall documentation change from Michael Haardt.
Philip Hazel [Tue, 29 Mar 2005 15:21:57 +0000 (15:21 +0000)]
Small documentation change from Michael Haardt.

19 years agoTest for failure of the fork() when a root process creates a log file.
Philip Hazel [Tue, 29 Mar 2005 15:19:25 +0000 (15:19 +0000)]
Test for failure of the fork() when a root process creates a log file.

19 years agoInstalled Lars Mainka's patch for OpenSSL support of CRL collections.
Philip Hazel [Tue, 29 Mar 2005 14:53:09 +0000 (14:53 +0000)]
Installed Lars Mainka's patch for OpenSSL support of CRL collections.

19 years agoAdd support for libradiusclient version 0.4.0 onwards, where they have
Philip Hazel [Tue, 29 Mar 2005 14:19:21 +0000 (14:19 +0000)]
Add support for libradiusclient version 0.4.0 onwards, where they have
changed the API.

19 years agoNew OS/os.c-cygwin from the maintainer.
Philip Hazel [Tue, 29 Mar 2005 11:01:32 +0000 (11:01 +0000)]
New OS/os.c-cygwin from the maintainer.

19 years agoFurther tidies and minor fixes to the tables that control which ACL
Philip Hazel [Tue, 29 Mar 2005 10:56:48 +0000 (10:56 +0000)]
Further tidies and minor fixes to the tables that control which ACL
condition is allowed when.

19 years agoAdd examples of virus and spam scanning to the default configuration.
Philip Hazel [Tue, 29 Mar 2005 09:49:49 +0000 (09:49 +0000)]
Add examples of virus and spam scanning to the default configuration.

19 years agoTony's $received_time addition.
Philip Hazel [Tue, 22 Mar 2005 16:52:06 +0000 (16:52 +0000)]
Tony's $received_time addition.

19 years agoFix missing newline in debug output for headers_add in a transport.
Philip Hazel [Tue, 22 Mar 2005 16:44:04 +0000 (16:44 +0000)]
Fix missing newline in debug output for headers_add in a transport.

19 years agoBugzilla #2: If the last fallback host listed was multihomed, only its
Philip Hazel [Tue, 22 Mar 2005 15:45:35 +0000 (15:45 +0000)]
Bugzilla #2: If the last fallback host listed was multihomed, only its
first IP address was ever used.

19 years agoInstalled exipick 20050225.0 from John Jetmore.
Philip Hazel [Tue, 22 Mar 2005 15:07:42 +0000 (15:07 +0000)]
Installed exipick 20050225.0 from John Jetmore.

19 years agoFurther tidies to the ${dlfunc code (thanks, Tony): redirect options are
Philip Hazel [Tue, 22 Mar 2005 15:02:34 +0000 (15:02 +0000)]
Further tidies to the ${dlfunc code (thanks, Tony): redirect options are
always available (but do nothing when the facility isn't compiled).
Improve the NewStuff text.

19 years agoAttempt to flatten LDAP passwords in address' error messages (after
Philip Hazel [Tue, 22 Mar 2005 14:50:10 +0000 (14:50 +0000)]
Attempt to flatten LDAP passwords in address' error messages (after
expansion failure) so they don't get published.

19 years ago1. Added Tony F's ${dlfunc expansion, slightly modified (see NewStuff).
Philip Hazel [Tue, 22 Mar 2005 14:11:54 +0000 (14:11 +0000)]
1. Added Tony F's ${dlfunc expansion, slightly modified (see NewStuff).
2. Recognize ${perl even if not compiled, and give suitable error
message.

19 years agoIncrease incoming SMTP command buffer size from 512 to 2048 (see RFC
Philip Hazel [Tue, 22 Mar 2005 10:11:42 +0000 (10:11 +0000)]
Increase incoming SMTP command buffer size from 512 to 2048 (see RFC
1869).

19 years agoAnother wish: make helo_data in a transport work in a callout.
Philip Hazel [Tue, 15 Mar 2005 15:46:24 +0000 (15:46 +0000)]
Another wish: make helo_data in a transport work in a callout.

19 years ago1. Diagnose an error if options are given for those "verify=" things that
Philip Hazel [Tue, 15 Mar 2005 15:36:41 +0000 (15:36 +0000)]
1. Diagnose an error if options are given for those "verify=" things that
don't have options.
2. Added a WishList item for "verify=reverse_host_lookup/defer_ok".

19 years agoRenamed SOCKLEN_T as EXIM_SOCKLEN_T to avoid a problem in AIX.
Philip Hazel [Tue, 15 Mar 2005 14:09:12 +0000 (14:09 +0000)]
Renamed SOCKLEN_T as EXIM_SOCKLEN_T to avoid a problem in AIX.