home *** CD-ROM | disk | FTP | other *** search
- wusel, Tue, 6 Apr 1993 03:11:19 +0200
-
- o sendmail/sendmail.c
-
- Fixed Received: line (didn't conform to RFC 822)
- Added `SmartUUCP' switch to change envelope format to
- `From user@host.domain Tue Apr 6 03:12:19 1993'
- intead of the former
- `From user Tue Apr 6 03:12:19 1993 remote from host'.
- This replaces/enhances the `DomainPath' option AND does conform
- more to the RFCs (i. e. 976).
-
- wusel, Mon, 28 Jun 1993 22:08:27 +0200
-
- o uucp, uux, uuxqt
-
- Added config switch `Use7CharNames'; when set to `y', the system_name
- is (again) truncated to 8 chars; this is to allow mixing new and old
- programs (i. e. an old uucico with these new programs). uucico will
- follow, but currently it's not in an releaseble state.
-
- wusel, Wed, 30 Jun 1993 05:49:17 +0200
-
- o lib/security.c
-
- Removed Matt's bogus SameLock() function that effectively prevented
- SecurityDisallow() to recognize directories mounted thru Envoy ...
- Now using V36's SameLock() call, anything works fine again now ;)
-
- o uucico/uucico.c
-
- Several changes, including support for Taylor-style size negotiation,
- checking of disk space before accepting a job in conjunction with the
- ability to preserve a minimum space on uuspool:system/ (configuration
- variable `RequiredSpoolSpace', if absent, the default is 300000 bytes)
- and a better error handling (sending the right return codes the remote
- (according to the UUCP-FAQ) and using their verbal form in the error
- mails (if any)).
-
- o sendmail/sendmail.c
-
- Fixed envelope parsing (finally ...); support for `>From' is completely
- gone, make your feed update it's mailer if he's still using such an
- ancient version ...
- Bounced messages are now completely bounced (i. e. with full body),
- no way to change this. Format of bounces are imho more common style
- now. The code is still wicked ...
-
- wusel, Wed, 11 Aug 1993 14:50:02 +0200
-
- o sendmail/sendmail.c
-
- Fixed Bug reported by mwm@contessa.phone.net (Mike Meyer) in
- <mwm.0clq@contessa.phone.net> at 8 Aug 93 12:58:26 PST:
-
- "The new third bug is that sendmail always adds a Message-ID header
- line. If the message already has one, this is wrong, as it adds a
- second, probably different, Message-ID, which will confuse things that
- track 822 messages by ID. The fix is trivial - in DumpHeaderInfo in
- sendmail.c, put the fprintf for the Message-Id line underneath an
-
- if (FindHeader("Message-ID") == NULL)
-
- and the problem goes away. You don't want to delete the old
- Message-ID, as it's presumably from a system that generates
- message-id's that won't collide with yours, and you want to make sure
- that the message is not treated as a new message should it wend its way
- back to the generating system."
-
- Changed this.
-
- wusel, Tue, 7 Sep 1993 05:18:03 +0200
-
- o uucico/uucico.c
-
- Fixed introduced bug causing infinite retries when remote rejected a
- file; now renames the control file to R.* instead of E.* and changes
- all R.* files back to C.* in cleanup().
-
- wusel, Thu, 21 Oct 1993 19:40:45 +0100
-
- o uucico/uucp.c
-
- Fixed bug in Use7CharNames-check.
-
- wusel, Fri, 22 Oct 1993 02:26:10 +0100
-
- o uucico/uucico.c (& /sysdep.c)
-
- Added flag `-nodelay', which disables a .06 second delay in xgetc()
- which was introduced to reduce system load on machines with an 030
- or 040 CPUs. Since this may cause problems with other devices (e. g.
- an ISDN device I'm testing there days), I opted to make this finally
- switchable.
- Fixed a option parsing bug (-Taylor) in uucico.c
-
- wusel, Thu, 16 Dec 1993 04:00:44 +0100:
-
- o uucico/uucp.c
-
- Removed bug in read_ctl(): now uses FindConfig() instead of self-
- made parsing (that would NOT recognize `Username' -- wondering
- why no-one ever complained about this ...).
- Added -c, -C, -j and -G options according to man/uucp.man. Changed
- default to `-c', that means that uucp now usually DOES copy any
- files to the target's spool directory and let's uucico delete them
- after a successful transfer.
-
- wusel, Tue, 21 Dec 1993 02:21:18 +0100:
-
- o uucico/uucp.c, uucico.c
-
- Fixed some parsing bugs (-Taylor, -nodelay) in uucico.c. Forgot to
- mention `-packets' switch (uucico): enables packet size optimization
- as defined in the uucp-g-protocol. NOTE that several systems do not
- implement that protocol completely, thus they get confused by smaller
- packets as announced. (The `-packets' switch makes uucico send only
- e. g. only a 128 bytes packet if it has to send 100 bytes (too big for
- an 64 byte packet but fits in 128 bytes) instead of the former 1024
- bytes (if -P6 was used).)
-
- o uux.c
-
- With `-j' flag, uux gives the jobid on stdout after queueing. Needed
- by some programs ...
-
- o uuxqt.c
-
- Added support for `rlharc' (LHarcUUCP by Peter Simons).
-