5 messages in net.sourceforge.lists.courier-users[courier-users] Re: Increased error l...
FromSent OnAttachments
Peter C. NortonMay 29, 2002 2:28 pm 
Peter C. NortonMay 29, 2002 2:56 pm 
Sam VarshavchikMay 29, 2002 3:07 pm 
Peter C. NortonMay 29, 2002 4:23 pm 
Sam VarshavchikMay 29, 2002 5:30 pm 
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:[courier-users] Re: Increased error logging verbosity?Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:May 29, 2002 3:07:39 pm
List:net.sourceforge.lists.courier-users

Peter C. Norton writes:

To answer my own question, a hack to do this is to change courier/module.local/deliver.c line 530:

if ((delivf=fopen(p, "w")) == 0) { sprintf(buf, "maildir.open %s:", p); delivery_error(buf); return (-1); }

Congratulations, you now have a partially-exploitable buffer overflow.