Daniel Acton wrote: > Hi there. > > I'm using Spamassassin 2.44 on a RH9 box (postfix uses maildrop as a > transport, which calls SA) at the moment, and I'm considering updating it, > but I have a problem with it that might lead me to another spam program. > > When SA scans a message, it rewrites the message and replaces certain > characters in it with other ones (=20 and =3D being notable examples). Other > than this, SA is a great little app, but my customers complain to me saying > that these strings pop up all over the place and annoy them immensely. I'm of > a mind to say "deal with it", but they wouldn't like that. > > So is there a way in SA to switch the email rewriting off completely? All I > want it to do is mark the message as spam or not spam, and not touch the > content of the actual message.
man Mail::SpamAssassin::Conf See "report_safe". Setting this to 0 will cause SA to do a headers-only tag with no body tagging at all.
