Skip to content
Snippets Groups Projects
  1. Nov 17, 2024
    • Rob Swindell's avatar
      Resolve MSVC warning · 0ebd75ea
      Rob Swindell authored
      0ebd75ea
    • Rob Swindell's avatar
      Fix the "ERROR x getting data user y" log message (usernum was 0). · ffba326d
      Rob Swindell authored
      Add the errno value to help root-cause.
      
      We really should be using safe_strerror() everywhere.
      ffba326d
    • Rob Swindell's avatar
      Store original "references" header field as an RFC822HEADER in SMB · 9bf86ab1
      Rob Swindell authored
      If an original references header field was supplied with the message, include
      *that* in the header (since it should contain all the IDs of the replied-to
      message thread) rather than just the message's reply_id (a single message
      ID) when sending via NNTP. This maintains more NNTP post integrity when
      sending back out via NNTP.
      
      Not sure why we were storing received "references" in the hdr.references
      returned by parse_news_header(), we don't seem to be using it anywere. Maybe
      copied from 822header.js or mailproc_util.js? Seems like cruft, so remove it.
      
      Also, don't ever send an "In-Reply-To" heder field via NNTP (it's not valid
      /used for NNTP articles, per RFC 5536).
      9bf86ab1
  2. Nov 16, 2024
  3. Nov 15, 2024
Loading