Author Topic: Spamassassin attachments shown inline - how to stop?  (Read 2738 times)

Offline luckyj

  • Newbie
  • *
  • Posts: 6
Spamassassin attachments shown inline - how to stop?
« on: January 10, 2013, 04:24:08 PM »
Hi all,

I'm running Roundcube 0.8.5 and have a question about inline attachment behavior with spamassassin. For any e-mails I get that are marked as spam, spamassassin creates a new message and attaches the original (safe_report 1). The roundcube preview pane is showing the attachment - which I don't want. I set this roundcube config parameter, but it didn't help:

Code: [Select]
$rcmail_config['client_mimetypes'] = '';and
Code: [Select]
$rcmail_config['client_mimetypes'] = 'no/no';
Ive' checked other configuration parameters, but I'm not sure what to do to stop roundcube from showing the spamassassin attachment inline. Any ideas?

Thanks