Hi You have to keep in mind that for some reason Evo expects the signature to be html-formatted. You'll probably have to escape the html in order to get the desired output.
I use: #!/bin/bash [...] printf "<pre>-- \n" [your sig goes here] printf "</pre>\n" Don't forget the space after the --! But you probably knew that part already... HTH Bram On Thu, 2004-02-19 at 18:31, Anton J Aylward wrote: > I have a perl script that generates a random signature and a shell > wrapper to read the pipe. (cf early camel books or search the web, I'm > not being innovative with this). > > But when evolution makes us of this it seems to strip out all the 'new > line's and fold everything up. > > No doubt this has been discussed but the archives aren't exactly > search-friendly. > > Suggestions or pointers? -- # Mertens Bram "M8ram" <[EMAIL PROTECTED]> Linux User #249103 # # SuSE Linux 8.2 (i586) kernel 2.4.20-4GB i686 256MB RAM # # 6:50pm up 27 days 22:28, 9 users, load average: 0.25, 0.09, 0.02 # _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
