[rt-devel] Scrip Action (Long)

G. Richard Bellamy rbellamy at pteradigm.com
Tue Nov 11 00:54:28 EST 2003


> -----Original Message-----
> From: G. Richard Bellamy 
> Sent: Monday, November 10, 2003 9:40 PM
> To: rt-devel at fsck.com
> Subject: [rt-devel] Scrip Action (Long)

> $RT::Logger->info("entering 'Set Priority' Scrip for Support 
> Queue."); $RT::Logger->info("Message Content: " .
> $Transaction->Attachments->First->Content);
> 
> $found = ($Transaction->Attachments->First->Content =~ 
> /$MatchString/m); if ($1) { 

I've changed it to $Transaction->Content and that isn't working for me
either, though the logging now outputs the content regardless of the
encoding.



More information about the Rt-devel mailing list