Hi,

On 16 Jul 2003 11:08:57 -0400 Adam Denenberg <[EMAIL PROTECTED]> wrote:

> is defang_mime still an option in 2.55 ? Can it be placed in sql table
> for user prefs? 
> 
>  I am getting the following error in 2.55 
> 
> : debug: retrieving prefs for [EMAIL PROTECTED] from SQL server
> 
> Jul 16 10:41:06 somehost spamd[18395]: debug: Failed to parse line in
> SpamAssassin configuration, skipping: defang_mime
> 
> any ideas ?

defang_mime went away in SA 2.50; use report_safe instead (e.g.
'report_safe 2'). From 'perldoc Mail::SpamAssassin::Conf:

"       report_safe { 0 | 1 | 2 }     (default: 1)
           if this option is set to 1, if an incoming message is
           tagged as spam, instead of modifying the original mes-
           sage, SpamAssassin will create a new report message
           and attach the original message as a message/rfc822
           MIME part (ensuring the original message is completely
           preserved, not easily opened, and easier to recover).
 
           If this option is set to 2, then original messages
           will be attached with a content type of text/plain
           instead of message/rfc822.  This setting may be
           required for safety reasons on certain broken mail
           clients that automatically load attachments without
           any action by the user.  This setting may also make it
           somewhat more difficult to extract or view the origi-
           nal message.
 
           If this option is set to 0, incoming spam is only mod-
           ified by adding some headers and no changes will be
           made to the body."

hth,

-- Bob


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to