Skip to content
Snippets Groups Projects
  1. Jan 13, 2009
    • deuce's avatar
      989243fd
    • deuce's avatar
    • rswindell's avatar
      mailproc improvements: · 6c2dc2d0
      rswindell authored
      If a "Command" key value is included in .ini file, will be used in place of
      mail processor's name (section name in square brackets).
      If an "Eval" key value is included in .ini file (for non-native mail procs),
      the key value will be JS-evaluated instead of executing an external script.
      Fix: If a message is received for multiple local recipients and any of the
      names match a mailproc's 'to' list, that mail processor will be executed.
      These improvements and fixes allow a mailproc.ini entry like the following to
      work:
      [From Hosted Address]
      	From = *@synchro.net,*@swindellfamily.com,*@weedpuller.com
      	AccessRequirements=not user 1
      	Eval = log("Removing mail from " + reverse_path); file_remove(message_text_filename)
      6c2dc2d0
  2. Jan 12, 2009
  3. Jan 11, 2009
  4. Jan 10, 2009
Loading