Skip to content
Snippets Groups Projects
  1. Nov 13, 2002
  2. Nov 12, 2002
  3. Nov 10, 2002
  4. Nov 09, 2002
  5. Nov 05, 2002
  6. Nov 01, 2002
  7. Oct 31, 2002
  8. Oct 16, 2002
  9. Oct 15, 2002
  10. Oct 13, 2002
  11. Aug 29, 2002
  12. Aug 27, 2002
    • rswindell's avatar
      Fixed gcc printf warning. · c0fdb0b2
      rswindell authored
      c0fdb0b2
    • rswindell's avatar
      Using char* instead of macros for repeated strings (e.g. SMTP OK response). · ef5eb4cb
      rswindell authored
      Delivery failure (bounce) messages now includes error text included with new
      SMTPSYSMSG header fields (created with the bounce function). The error message
      text is no longer crammed into the bounce-message subject (the original subject
      is retained).
      SMTP reverse-path is stored in SMB msg header using new SMTPREVERSEPATH
      header field type. This address is then used for delivery failure notifications
      and when relaying to external SMTP servers.
      Bounce-messages are now created with a sender agent type of AGENT_SMTPSYSMSG
      (instead the generic AGENT_PROCESS).
      sockmsgtxt() uses original RFC822 'from' and 'to' header fields if they were stored.
      ef5eb4cb
  13. Aug 26, 2002
    • rswindell's avatar
      Fixed bug in last commit regarding the POP3 server checking the number of lines · 5bc6c456
      rswindell authored
      sent.
      Bounce-message title no longer includes "after x attempts" if only 1 attempt
      has been made.
      5bc6c456
    • rswindell's avatar
      Updated select() timeout error message in sockprintf(). · eef24371
      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).
      eef24371
  14. Aug 22, 2002
  15. Aug 16, 2002
  16. Aug 01, 2002
  17. Jul 31, 2002
  18. Jul 27, 2002
  19. Jul 26, 2002
  20. Jul 25, 2002
  21. Jul 21, 2002
  22. Jul 20, 2002
  23. Jul 16, 2002
  24. Jul 13, 2002
Loading