File spam to a separate folder
I have SpamAssassin 3.2.1 setup integrating with an internal MTA. The internal MTA is talking to the message store using LMTP.
When a user sends a test string that is guaranteed to be a spam, everything looks fine except the mail is put in the inbox rather than the designated folder "spam".
The log file in the message store shows
<date> tcp_lmtpss S 0 xxx@domain.com rfc822; yyy+spam@lmtpcs-daemon 250 2.5.0 Delivery to user OK
The action string for the SpamAssassin is "data:, require "fileinto"; fileinto "$U";.
The config file has the following content:
host=x.y.z.t
port=783
mode=0
verdict=spam
debug=1
Thanks

