Ralf Hildebrandt:
[ Charset UTF-8 unsupported, converting... ]
> * Selcuk Yazar <[email protected]>:
> > Hi,
> >
> > yes. right. is it posssible for filter or another way.
>
> Directly with .forward alone: No
> But you can call procmail from .forward and do it that way (I guess)
>
> You would need to use formail to extract the subject into a variable and
> then use formail as a filter to update the Subject line
>
> e.g.:
>
> SUBJECT=formail -zx "Subject:":0fwh
> | /usr/bin/formail -b -a -I"Subject: [prefix here]$SUBJECT"
> | ${SENDMAIL} -i n...@address
>
> I think.
I think this will cause a loop when forwarded mail bounces (hint:
you forgot to copy the sender envelope address).
Wietse