[Postfixbuch-users] custom content filter
dast
dast at phpaction.de
Do Jul 21 18:28:05 CEST 2005
Ralf Hildebrandt wrote:
>>posfilter unix - n n - 10 pipe
>> flags=Rq user=filter argv=/etc/postfix/filter/pos.postfix-content-filter.sh -f ${sender} -- ${recipient}
>>
>>
>>#!/bin/bash
>>
>>LOGFILE="/etc/postfix/filter/mail.log"
>>SENDMAIL="/usr/sbin/sendmail -i"
>>SENDMAIL_PARAM="$1 $2 $3"
>>MAIL_TO="$4"
>>MAIL_FROM="$2"
>>
>>
>Das ist doch falsch. Die Mail geht doch an beliebig viele Empfänger!
>
>${recipient} ist laut Doku
>${recipient} This macro expands to the complete recipient
> address. A command-line argument that contains ${recipient}
> expands into as many command-line arguments as there are
> recipients.
>
>$4 ist ein bissel wenig, es gibt ggf. noch $5, $6, $7...
>
>
Ohh, danke.
Dann muss ich den filter umbauen.
Werd mir die Filter Doku nochmal genauer ansehen.
Grüsse,
Daniel.
Mehr Informationen über die Mailingliste Postfixbuch-users