- Nov 02, 2002
- Nov 01, 2002
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
It's up to another application (e.g. nntpservice.js) to add the local system to the path.
-
rswindell authored
-
rswindell authored
ftn_msgid returns the first serialno field as lowercase hex.
-
rswindell authored
-
rswindell authored
existing message-ID if it's already been created for this message.
-
rswindell authored
existing message-ID if it's already been created for this message.
-
rswindell authored
No longer creates blank (empty) header fields if they don't exist in SMB.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Fixed minor bug in storing recipient and reply-to net types (over allocating). Fixed cosmetic bug in undeliverable message report (null) instead of user name. Switched to COMMENT header field for SMTP system messages and deprecating use of SMTPSYSMSG header field.
-
rswindell authored
-
rswindell authored
-
rswindell authored
(for use in smbutil and like-applications when displaying/debugging headers). Created convenience pointer to SENDERORG header field (msg.from_org).
-
rswindell authored
(for use in smbutil and like-applications when displaying/debugging headers).
-
rswindell authored
-
rswindell authored
(advanced sysop command for debugging purposes).
-
rswindell authored
-
rswindell authored
When exporting a message that is a reply to another, but it doesn't have a FIDOREPLYID header field, the original FTN message ID is looked-up and used.
-
rswindell authored
-
- Oct 31, 2002
-
-
rswindell authored
if the message base is open by another process at the time of packing). The data files should no longer be left in a mis-matched state if this happens.
-
rswindell authored
-
rswindell authored
(e.g. digital.man@vert.synchro.net.remove-xyz-this)
-
rswindell authored
Using memset() inplace of non-standard strset().
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
original messages's data, but it didn't increment the data allocation counter for the data blocks. Now uses the new smb_incmsg() function to increment the allocation counters, so if the original message is free'd, the data blocks will not be prematurely reused.
-