[EMAIL PROTECTED] wrote:
> I want to store a copy of all incoming/outgoing
> mails.so as per the qmail faq i have modified extra.h
> and set the values for QUEUE_EXTRA="Tlog\0" and
> QUEUE_EXTRALEN=5.
>
> #cat /var/qmail/alias/.qmail-log
> &[EMAIL PROTECTED]
>
> no when i send a mail i get a copy of that mail at
> [EMAIL PROTECTED] and also to the TO address but i get 4
> failure notices at [EMAIL PROTECTED]
>
> the failure notice is like this..
>
> [message is looping]
The log copy must be delivered to a file (maildir or mbox) or program,
not forwarded to another address. If you try to forward the log copy,
then that copy will be copied again, etc.
-Dave