--
Regards,
Lu Wei
PGP key ID: 0x92CCE1EA
Exactly.
>If SMTP process failed, where would the
> mails go?
Depends on the kind of failure and on the hosting program.
If the SMTP process itself fails, the sending user agent (e. g. hamster)
will receive an ERR answer. If the failure happens later, within the
target host, you'll either (mostly) receive a failure note like you did,
or (sometimes) the email drops in the andmin box like hamster does, or
(rarely) it simply will be thrown away without any further note to anybody.
>Would there be a "mails.err" folder like "news.err"?
No; the files stay in the mail.out folder, but will be renamed; at first
into something like 'xyz-a.msg' (while 'a' represents the number of
missed tries; see 'Configuration => Mail:Settings => SMTP-Settings =>
Maximum atttempts for sending a mail'), and finally into 'xyz.err'.
Wolfgang
--
P.S. I found today that most of these "permanently" failed messages were
actually successfully posted to the group. Odd.
Yes.
> P.S. I found today that most of these "permanently" failed messages were
> actually successfully posted to the group. Odd.
A message within the mail.out folder are emails; they can't be sent as
news.
Nevertheless, any sender has to rely on the answer it gets while
sending. The RFCs regulate, that, as long as this answer is not
received, and is not a positive confirmation, the message has to be
considered as being not sent. I'm sure, in your cases, there was
something going wrong (most probably the server didn't answer within time).
Wolfgang
--
Yes you are right! I was wondering that why there's so many e-mails
created and I found that it's because of my mistake in the script which
resulted in re-create same e-mails again and again. Seems google
filtered these duplicate messages (only give me "quota exceeded" error)
so I did not recognize the problem at first.