[rt-users] notifyOwner not working

Phil Homewood pdh at snapgear.com
Wed Oct 16 20:26:23 EDT 2002


Forrest Stanley wrote:
> Is there any way to implement this? I have been combing the source all day 
> hoping to stumble across the code that disallows outgoing mail to the user 
> using the web ui.

Look in lib/RT/Action/Notify.pm for the following lines:

    @{ $self->{'To'} }  = grep ( !/^$creator$/, @To );
    @{ $self->{'Cc'} }  = grep ( !/^$creator$/, @Cc );
    @{ $self->{'Bcc'} } = grep ( !/^$creator$/, @Bcc );

-- 
Phil Homewood, Systems Janitor, www.SnapGear.com
pdh at snapgear.com Ph: +61 7 3435 2810 Fx: +61 7 3891 3630
SnapGear - Custom Embedded Solutions and Security Appliances



More information about the rt-users mailing list