Re: Fwd: qmgr process a letter twice when released by postsuper command

2009-06-08 Thread Lebesgue Yu
Thank you. I understand what happened and know how to avoid that. But I still quite understand the souce code, I will look into the source code carefully to understand the meanings each hash entry means. On Tue, Jun 9, 2009 at 5:14 AM, Victor Duchovni wrote: > On Mon, Jun 08, 2009 at 05:06:44PM -

Fwd: qmgr process a letter twice when released by postsuper command

2009-06-08 Thread Lebesgue Yu
Hi:    As the subject says, I configure the postfix with the wrong smtp transport and try to send a email with that transport using command as following:    postsuper -H ALL; postfix flush; sleep 1; postsuper -h ALL;    In my thought, it couldn't be sent out with the wrong transport. But when I re