[rt-users] Making RT and Altiris play nice

Emmanuel Lacour elacour at easter-eggs.com
Wed Jun 10 11:08:08 EDT 2009


On Wed, Jun 10, 2009 at 10:56:08AM -0400, Jeremy Winder wrote:
> my $transaction = $self->TransactionObj;

add:

return unless ( $transaction->Attachments->First );

here

> my $subject = $transaction->Attachments->First->GetHeader('Subject');
> if ($subject =~ /Incident \#(\d+) has/) {
>      # This looks like a Altiris incident message
>      $incident_number = $1;



More information about the rt-users mailing list