- Aug 27, 2002
-
-
rswindell authored
by a header field), or the SENDERNETADDR otherwise.
-
rswindell authored
SMTPCOMMAND: for logging miscellaneous SMTP commands (currently unused). SMTPREVERSEPATH: for storing the SMTP MAIL FROM reverse-path <address>. SMTPSYSMSG: for storing delivery failure notification messages. Created new agent types: AGENT_SMBUTIL: messages created with SMBUTIL will have this agent type. AGENT_SMTPSYSMSG: for SMTP delivery failure notification messages. Added char* smbmsg_t.reverse_path: stores the SMTP reverse path (if specified by a header field), or the SENDERNETADDR otherwise. These changes make bouncing and relaying SMTP mail much more reliable (not using RFC822 from: header field for reverse addressing) and the SMTPSYSMSG stuff makes the bounced messages look much nicer (no longer stuffing the error message into the subject).
-
rswindell authored
services. Created new services.terminated property (set to true when terminating services before recycle or shutdown). Fixed a few bugs related to static (standalone) services.
-
rswindell authored
services.
-
rswindell authored
that keeps proper track of the number of open socket descriptors.
-
rswindell authored
that keeps proper track of the number of open socket descriptors.
-
rswindell authored
-
rswindell authored
their own incoming connections (using server.socket.poll) and handle all their own client sockets and sessions in one thread.
-
- Aug 26, 2002
-
-
rswindell authored
(defaults to false: poll_for_read).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Increased the select timeout in sockprintf() from 1 to 5 minutes. Changed the server cycle frequency from 5 to 2 seconds (checks for recycling semaphores).
-
rswindell authored
sent. Bounce-message title no longer includes "after x attempts" if only 1 attempt has been made.
-
rswindell authored
Changed select() timeout in sockprintf() from 1 to 5 minutes. sockmsgtxt() now returns 0 if any header fields weren't sent successfully. POP3 server actually checks the number of lines sent successfully and only marks the message as 'read' if all lines requested were sent. Now stores original, unmodified RFC822: to, from, and reply-to header fields. Bounce-messages are now flagged as from an AGENT_PROCESS and messages from processes aren't bounced (preventing bounced message loops). Reduced mail server cycle time from 5 to 2 seconds (frequency at which recycle semaphores are checked).
-
rswindell authored
-
rswindell authored
defined in smbdefs.h).
-
rswindell authored
has been predefined. This change was for better compatibility with the GoldEd+ source code base.
-
rswindell authored
uchar is typedef'd instead of being defined as a macro if TYPEDEF_UCHAR has been predefined. The #pragma pack method of structure packing is used (always) if PRAGMA_PACK has been predefined. These changes were for better compatibility with the GoldEd+ source code base.
-
rswindell authored
-
rswindell authored
to help prevent the mail server (or other programs) from bouncing undeliverable messages back to a "process".
-
rswindell authored
the original, unmodified RFC822 header fields - used only for debug currently.
-
- Aug 25, 2002
-
-
rswindell authored
export_echomail() now automatically generates MSGID, REPLY, and PID kludge lines or uses the originals if they exist; FLAGS and unrecognized kludge lines are also added to exported messages.
-
rswindell authored
the existance of a specified header file type.
-
rswindell authored
-
rswindell authored
(FTSC0009) compatible message IDs if they haven't already been created.
-
rswindell authored
(fix for nntpservice-imported messages referencing multiple msg IDs).
-
rswindell authored
occurance of any char in set (ala strpbrk). Returns the truncated string.
-
rswindell authored
-
rswindell authored
postmsg() now creates an RFC822-compliant message ID by default and an FTSC-009 (FidoNet) MSGID if the sub-board is configured for FidoNet. postmsg() now creates the RFC822 and FTSC-0009 compliant reply-id fields when replying to a message that has an RFC822 or FTSC-0009 msg-id header field.
-
rswindell authored
this is accomplished with smb_lockmsghdr() and unlockmsghdr() maintaining the new smb_t.locked variable echoing the messagebase header 'locked' state. Fixed a couple of error cases in smb_addmsghdr() where it would leave the smb header in a locked state. Increased the smblib version to 2.16.
-
rswindell authored
-
rswindell authored
-
rswindell authored
Created 'locked' field in smb_t used internally in smblib.c so that smb_addmsghdr() will not try to re-lock an already locked SMB header, eliminates a potential hole between calling smb_unlockmsghdr and smb_addmsghdr.
-
rswindell authored
-
- Aug 24, 2002