Hi

I have been trying to get the above combination working

Stock qmail1.03 with mandetory patches AND bigtodo

All installs fine

Mails are received into ~qmail/queue.in and scanned as advertised.

lets say that the mesage number (inode) is 11111 and it goes into
mess/9
in /qmail.in/intd there are no hashed directories so the file is ~qmail/queue.in/intd/11111
and similarly in ~qmail/queue.in/todo


Now mailscanner tries to put this into the real qmail queues
so ~qmail/queue.in//mess/9/11111 goes to ~qmail/queue/mess/9/11111
so far so good
but
the intd file goes, not to ~qmail/queue/intd/9/11111 but to ~qmail/queue/intd/11111
ditto for the todo file
so qmail never picks up the message
if I
mv ~qmail/queue/intd/11111 ~qmail/queue/intd/9
and
mv ~qmail/queue/todo/11111 ~qmail/todo/9
and
svc -a /service/qmail
it gets delivered.
I guess this is a function of the bigtodo patch as in 'normal' qmail the intd and todo directories are not split.


I looked at the code in the 2 qmail specific .pm files but before I rip it apart I wondered if the developer resonsible for those .pms would like to work with me to fix this?

--
Clive




Reply via email to