[ingo] something like a change request

Martin Hochreiter linuxbox at wavenet.at
Tue Jul 19 12:39:19 UTC 2011


Hi!

The ingo - maildrop script for vacations copies the original text of an 
incoming mail
on the top of the vacation mail generated ... and below the vacation 
message.

Can you add an option where you can select at least to enable "send 
incoming mail as attachment"
at will so that a vacation message is send with the vacation message 
"only" and the incoming mail
as attachment?

The mailbot command in Recipe.php has to look like this (in my case):

             $this->_action[] = '  cc "' . str_replace('"', '\\"', sprintf(
                 '| mailbot %s -D %d -c \'UTF-8\' -t $HOME/vacation.msg 
-*T forwardatt* -d $HOME/vacation *-A \'To: $FROM\'* -A %s -s %s 
/usr/sbin/sendmail -t',
                 $this->_params['mailbotargs'],
                 $params['action-value']['days'],
                 escapeshellarg('From: ' . $from),
                 
escapeshellarg(Horde_Mime::encode($params['action-value']['subject'], 
'UTF-8'))))

regards
Martin


More information about the ingo mailing list