[rt-users] PGP signatures...
Jesse Vincent
jesse at bestpractical.com
Mon Jul 14 16:14:18 EDT 2008
On Jul 14, 2008, at 1:09 PM, Jean-Sebastien Morisset wrote:
> Hi everyone,
>
> I've had to add some filtering for PGP keys to clean-up ticket
> attachments:
>
> # diff lib/RT/Attachment_Overlay.pm local/lib/RT/Attachment_Overlay.pm
> 166d165
> <
> 169a169,174
>> # skip PGP signatures
>> if ($Attachment->mime_type eq 'application/pgp-signature') {
>> $RT::Logger->info("PGP signature attachment skipped.");
>> return ();
>> }
>>
>
> A better solution would be to use the PGO signature to validate the
> e-mail. Has anyone coded something for this already?
>
As it happens, yes, we have. It's available as part of RT 3.8.0.
Best,
Jesse
> Thanks,
> js.
> --
> Jean-Sebastien Morisset, Sr. UNIX Administrator <jsmoriss at mvlan.net>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>
More information about the rt-users
mailing list