11 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] use maildrop with syslog
FromSent OnAttachments
Thierry BFeb 3, 2006 3:54 am 
Sam VarshavchikFeb 3, 2006 2:44 pm 
Thierry BFeb 3, 2006 4:13 pm 
Sam VarshavchikFeb 3, 2006 6:24 pm 
Thierry BFeb 4, 2006 12:59 am 
moussFeb 4, 2006 1:36 pm 
Thierry BFeb 5, 2006 6:07 am 
moussFeb 5, 2006 9:56 am 
Thierry BFeb 6, 2006 4:42 am 
moussFeb 8, 2006 3:10 am 
Thierry BFeb 12, 2006 11:43 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] use maildrop with syslogActions...
From:mouss (mou@netoyen.net)
Date:Feb 5, 2006 9:56:45 am
List:net.sourceforge.lists.courier-maildrop

Thierry B a écrit :

but i didn't mnage to use \n in the message of logger, to write something in th next line even with \\n.

Do you have an idea about how to do that?

You can't. syslog lines are lines! so '\n' is "reserved". If your issue is a line length limitation, then log multiple lines instead. you can then later parse the lines and "rebuild" a single one (or populate a db or whatever). just make sure there is some common info that eases this "rebuilding" task.