[rt-users] ExtractCustomFieldValues with attachments.
Jean-Sebastien Morisset
jsmoriss at mvlan.net
Tue Jul 29 16:09:32 EDT 2008
On Tue, Jul 29, 2008 at 03:22:15PM -0400, Roy Sowa wrote:
> JS, I spoke too soon...
> The issue now is that I extract fine from the attachment, but now if the matchstring is in the first attachment it is not found...
What's the MIME Type of your first attachment?
Line #100 might be skipping the first attachment:
97 while (my $Message = $Attachments->Next) {
98 $AttachNumber++;
99 $RT::Logger->info("considering attachment #".$AttachNumber." of type ".$Message->ContentType);
100 next unless $Message->ContentType =~ m!^(text/plain|message|text$)!i;
101 next unless $Message->Content;
js.
--
Jean-Sebastien Morisset, Sr. UNIX Administrator <jsmoriss at mvlan.net>
More information about the rt-users
mailing list