Hi,

I'm trying to prepend one long header in a perl policy daemon.
my daemon is returning  
action=PREPEND MyHeader: Some very long line ....

1/
At first I thought that posfix will wrap the header in multi-line like
MyHeader:       Some
        very long
        line

But unfortunately not, i got
MyHeader: Some very long line ....

2/
Then I split the line myself and return
action=PREPEND MyHeader: Some\n very long\n line ...\n

=> no success the header got truncated the first \n

3/
I try with \r\n instead of \n
still no success.

4/
I run some similar tests with header_check
=> still no success

How can I PREPEND a multi-line header  ?

Regards,

-- 
Laurent Frigault
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to