Mark Constable writes:

I hope this is the right place for mailbot help. I'm just trying to set
up a simple vacation reply and it seems to be working well except for an
appended "Content-Transfer-Encoding: 8bit" header to the body if I add
any header to the vacation.msg or, worse, the message is included within
the reply headers without an extra header in vacation.msg (example below).

Any ideas how to fix this so I have a clean plain text reply would be
appreciated .

courier-maildrop & courier-mta - 0.68.2-1ubuntu1 13.10

~ cat /etc/courier/maildroprc
[...]
`test -f $HOME/vacation.msg`
if (!$RETURNCODE)
{
    `/usr/bin/mailbot -N -A "From: $SENDER" -m "vacation.msg" $SENDMAIL`
}

-m specifies that the file contains a complete MIME message: headers, a blank line, and body.

Use -t instead of -m, if the file contains just the text of the autoresponse. You'll also need to use -c, in that case, to specify the MIME character set.

Attachment: pgpSjAck1tceL.pgp
Description: PGP signature

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to