Jan Schneider | 19 Jul 2011 15:30
Favicon
Gravatar

Re: something like a change request


Zitat von Martin Hochreiter <linuxbox@...>:

> 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.

Read the docs for 'mailbotargs' in backends.php.

> 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'))))
>
(Continue reading)

Martin Hochreiter | 19 Jul 2011 16:04
Picon

Re: something like a change request

Am 2011-07-19 15:30, schrieb Jan Schneider:
>
> Zitat von Martin Hochreiter <linuxbox@...>:
>
>> 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.
>
> Read the docs for 'mailbotargs' in backends.php.
>
>
> Jan.
>
Nice ... thank you!

Gmane