ram:
> > Record "status=deferred" just like "status=bounced" or "status=sent",
> > and when a message expires, use the last "status=deferred" information.
> >
> Thats a painful workaround. :-( Writing a clean log parser especially
> when your logs can get rotated anytime in between.
For the nex
On Mon, 2010-02-22 at 07:13 -0500, Wietse Venema wrote:
> ram:
> >
> > On Sat, 2010-02-20 at 14:30 -0500, Victor Duchovni wrote:
> > > On Sat, Feb 20, 2010 at 03:43:25PM +0530, ram wrote:
> > >
> > > > One of our clients sends contract notes to their customers and they
> > > > require to store a
ram:
>
> On Sat, 2010-02-20 at 14:30 -0500, Victor Duchovni wrote:
> > On Sat, Feb 20, 2010 at 03:43:25PM +0530, ram wrote:
> >
> > > One of our clients sends contract notes to their customers and they
> > > require to store all logs of deliveries/bounces by some law.
> > >
> > > They have requ
On Sat, 2010-02-20 at 14:30 -0500, Victor Duchovni wrote:
> On Sat, Feb 20, 2010 at 03:43:25PM +0530, ram wrote:
>
> > One of our clients sends contract notes to their customers and they
> > require to store all logs of deliveries/bounces by some law.
> >
> > They have requirements like
> >
>
Victor Duchovni:
> On Sat, Feb 20, 2010 at 03:43:25PM +0530, ram wrote:
>
> > One of our clients sends contract notes to their customers and they
> > require to store all logs of deliveries/bounces by some law.
> >
> > They have requirements like
> >
> > * The log should contain the full date
On Sat, Feb 20, 2010 at 03:43:25PM +0530, ram wrote:
> One of our clients sends contract notes to their customers and they
> require to store all logs of deliveries/bounces by some law.
>
> They have requirements like
>
> * The log should contain the full date including year
> * The log line s
One of our clients sends contract notes to their customers and they
require to store all logs of deliveries/bounces by some law.
They have requirements like
* The log should contain the full date including year
* The log line should indicate full info -->
sender,rcpt,datetime,size,status
I ha