- Aug 30, 2011
-
-
rswindell authored
especially through SMTP (where these values are exposed via the Originator-info header field): SENDERUSERID, SENDERSERVER, and SERVERTIME.
-
- Oct 25, 2009
-
-
rswindell authored
-
- Mar 24, 2009
-
-
rswindell authored
smb_hashsourcetype().
-
- Feb 02, 2009
-
-
rswindell authored
Overhauled the hfield creation functions to allow insertion (prepending) of header fields instead of always appending to the existing list fo fields (this is necessary for the mail server to *insert* Received header fields as required by RFC2821). Upped the SMBLIB version 2.51.
-
- Jan 12, 2009
-
-
rswindell authored
-
- May 08, 2008
-
-
rswindell authored
1. Wasn't detecting FTN addresses correctly (would return NET_INTERNET, always) 2. Wouldn't detect name@<ip_address> as an Internet address (NET_UNKNOWN)
-
- Mar 12, 2008
-
-
rswindell authored
"OtherHeader" (since not all the headers are actually RFC822-conformant).
-
- Feb 25, 2008
- Feb 21, 2008
-
-
rswindell authored
to be RFC-822 (or RFC-977) compliant. Added smb_netaddrstr() for a thread-safe version of smb_netaddr().
-
- Apr 25, 2006
-
-
rswindell authored
-
- Sep 30, 2005
-
-
rswindell authored
-
- Jul 03, 2005
-
-
deuce authored
-
- Jun 06, 2005
-
-
deuce authored
-
- Nov 16, 2004
-
-
rswindell authored
portion of the e-mail address (e.g. "sysop@ 1:103/705", if included).
-
- Oct 27, 2004
-
-
rswindell authored
Created convenience macro: smb_hfield_bin().
-
- Oct 15, 2004
-
-
rswindell authored
(e.g. "user@addr") into an SMB net_type (or NET_NONE for local e-mail).
-
- Sep 15, 2004
-
-
rswindell authored
MSGID's and FTN MSGID's) so that a bit-mask may be passed to functions like smb_findhash(), allowing selective duplicate searches without pre-marking hashes (to be skipped) in a message's hash list. This limits the number of possible hash sources to 32 total (down from 256) - not a real concern. This change will render existing msg-id's in hash files obsolete. The usage of the following functions were effected: smb_addmsg() - from BOOL (dupechk) to bit-field (dupechk_hashes) smb_msghashes() - removed dupechk kludge (to pre-mark text hash) smb_findhash() - added source_mask argument to select which source types
-
rswindell authored
source, not the source string itself. Created smb_hashsource(), which returns the actual source string (if possible).
-
- Sep 13, 2004
-
-
deuce authored
-
- Sep 11, 2004
-
-
rswindell authored
and allow for selective linking of objects from library archives.
-