Re: Processing Outbound Emails Differently

2008-10-12 Thread Andrzej Adam Filip
NeoSHNIK <[EMAIL PROTECTED]> wrote: > Hello, > I am writing a plugin for SA which needs to treat outbound and incoming > emails differently. So ideally if the message is outbound I call one > subroutine in my plugin, if not I call another. > So is there any way to check what type of email it is in

Re: Processing Outbound Emails Differently

2008-10-12 Thread NeoSHNIK
mouss-2 wrote: > > NeoSHNIK a écrit : >> Hello, >> I am writing a plugin for SA which needs to treat outbound and incoming >> emails differently. So ideally if the message is outbound I call one >> subroutine in my plugin, if not I call another. >> So is there any way to check what type of emai

Re: Processing Outbound Emails Differently

2008-10-12 Thread mouss
NeoSHNIK a écrit : > Hello, > I am writing a plugin for SA which needs to treat outbound and incoming > emails differently. So ideally if the message is outbound I call one > subroutine in my plugin, if not I call another. > So is there any way to check what type of email it is in SA? I couldn't fi