Stripping smime.p7s attachments?

Is there a way to configure RT to strip certain kinds of attachments?
I don’t want to store a zillion copies of my public key with every
ticket I submit via e-mail. Can RT handle stripping attachments, or
does that need to be done on the way in before RT gets its hands on
the mail?

Thanks, just upgraded to 3.6.1 and am really digging it.

  • Steve Linberg

Steve Linberg, Chief Goblin
Silicon Goblin Technologies
http://silicongoblin.com
Be kind. Remember, everyone you meet is fighting a hard battle.

smime.p7s (2.37 KB)

Hi,
I got error messages for “You are almost there!” and redicted to
/rt-broken-install.html page. After checking many postings, I still
can’t find the error for my configuration. This is rt-3.4.5 with fastcgi
on Solaris 10.
Anyone can help? Thanks.

RT_SiteConfig.pm

Set( $rtname, ‘uchicago.edu’);
Set($WebBaseURL , “https://test.uchicago.edu”);
Set($WebPath , “/rt”);
Set($LogDir, ‘/opt/http/docs/internal/rt/var/log’);
Set($LogToFileNamed , “/tmp/rt.log”); #log to rt.log

httpd.conf

<VirtualHost *:443>
ServerName test.uchicago.edu:443
DocumentRoot “/opt/http/docs/internal/rt/html/”
ScriptAlias /rt/ /opt/http/docs/internal/rt/bin/mason_handler.fcgi/
Alias /NoAuth/images /opt/http/docs/internal/rt/html/NoAuth/images
<Directory “/opt/http/docs/internal/rt/html”>
Options FollowSymLinks ExecCGI
AllowOverride None