RT-Extension-ThreadByReference/lib/RT/Extension/References.pm
Harlan Lieberman-Berg cacbc9182c Add extension.
2015-12-21 16:17:37 -05:00

29 lines
498 B
Perl

use strict;
use warnings;
package RT::Extension::References;
our $VERSION = "0.1";
=head1 NAME
RT::Extension::References - Use References to try and find a matching ticket
=head1 DESCRIPTION
RT extension to use the References MIME header in inbound emails to try and
match the message to a preexisting ticket.
=cut
1;
=head1 AUTHOR
Harlan Lieberman-Berg C<< <hlieberm@akamai.com> >>
=head1 LICENSE AND COPYRIGHT
Copyright (c) 2015, Akamai Technologies, Inc. All rights reserved.
=cut