In the sender_permitted_from plugin, there is this:

    if ( $result->code eq 'pass' ) {
        return (OK);
    };

at the end of the hook_mail sub. 

Based on my reading of docs/hooks.pod, that prevents any other plugins with 
'mail' hooks from running.

Why do we want to do that?

Doesn't that make hook_from plugins unnecessarily sensitive to ordering in 
config/plugins?

Matt

`````````````````````````````````````````````````````````````````````````
  Matt Simerson                   http://matt.simerson.net/
  Systems Engineer            http://www.tnpi.net/

  Mail::Toaster  - http://mail-toaster.org/
  NicTool          - http://www.nictool.com/
`````````````````````````````````````````````````````````````````````````

Reply via email to