Skip to content
Snippets Groups Projects
  1. Apr 06, 2018
    • rswindell's avatar
      Fix a couple of issues with external mail processors: · 18bba2e7
      rswindell authored
      - Since rev 1.556, mailproc_to_match[] would only ever contain one mail
        processor (index) value, even if the RCPT TO address matched multiple
        mail processor "To" keys in mailproc.ini, so only the first-matching
        mail processor (with a "To" key) would be executed for the msg.
      - mailproc_match, meaning the destination was a non-passthrough
        external mail processor, in which case the destination (RCPT TO) address
        may *not* match a valid local user account, would be set for *passthru*
        mail processors potentially resulting in the following error (and an
        undelivered mail message): !SMTP can't deliver mail to user #0
        only set mailproc_match to a valid mail proc index if the recipient matches a
        non-passthru mail processor.
      18bba2e7
  2. Apr 05, 2018
  3. Apr 04, 2018
  4. Apr 02, 2018
  5. Apr 01, 2018
  6. Mar 31, 2018
  7. Mar 30, 2018
Loading