Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: converted to 1.6 markup

I get corrupted messages, when using SpamAssassin with exim and procmail. Help!

Duncan Findlay notes:

I was experiencing a munging problem with spamassasin and exim -> procmail (without fetchmail). For me the problem was in exim.conf.

To fix this, in the transports section, in the procmail_pipe section,

No Format
        command = "/usr/bin/procmail -d ${local_part}"

should be changed to

No Format
        command = "/usr/bin/procmail"

also ensure that in the same section,

No Format
        user = $local_part

This fixed the problem for me. Hopefully this might help someone else.