> Is it possible to include the email headers (at least to, from, date &
> subject) in the "Unable to send" digest mails?  This would make
> debugging of failures somewhat easier.

The code base I have here pretty much does that, plus reason for failure.
Unfortunately I went on this DOM chase w/ the code in this branch, so can't
commit yet.

Mind you, for now, go look at the project details:

http://brutus.apache.org:8080/gump/checkstyle/checkstyle-test/index.html#Details

a.. Notify To: [EMAIL PROTECTED]
a.. Notify From: Conor MacNeill <[EMAIL PROTECTED]>
a.. Notification E-mail: Contents

http://brutus.apache.org:8080/gump/checkstyle/checkstyle-test/checkstyle-test_notify.html

 ---------------------------------------------------------------------------
-----
BTW:

The script gumpy.py copies it's log to the log directory, unfortunately with
the webapp it ought be in a sub-directory called content. I moved it here,
for now:

    http://brutus.apache.org:8080/gump/gumpy_log.txt

It'll stay only until next run completes.

Looking at it now, I do see evidence of Stefan's concern:

Apache Gump
http://gump.apache.org/ [Instance: brutus]
Traceback (most recent call last):
  File "/usr/local/gump/public/gump/python/gump/net/smtp.py", line 103, in
mail
    failures = server.sendmail(sane_fromaddr, sane_toaddrs, data)
  File "/usr/lib/python2.3/smtplib.py", line 687, in sendmail
    raise SMTPRecipientsRefused(senderrs)
SMTPRecipientsRefused: {'[EMAIL PROTECTED]': (550, 'Invalid
To: Address')}
ERROR:gump:Server :<smtplib.SMTP instance at 0x41d7fd0c> From   :Conor
MacNeill <[EMAIL PROTECTED]> To     :['[EMAIL PROTECTED]']
ERROR:gump:Failed with to: [EMAIL PROTECTED] from: [Conor
MacNeill <[EMAIL PROTECTED]>]

Traceback (most recent call last):
  File "/usr/local/gump/public/gump/python/gump/net/smtp.py", line 103, in
mail
    failures = server.sendmail(sane_fromaddr, sane_toaddrs, data)
  File "/usr/lib/python2.3/smtplib.py", line 687, in sendmail
    raise SMTPRecipientsRefused(senderrs)
SMTPRecipientsRefused: {'[EMAIL PROTECTED]':
(550, 'Invalid To: Address')}
ERROR:gump:Server :<smtplib.SMTP instance at 0x41d7fd0c> From   :Stefan
Bodewig <[EMAIL PROTECTED]> To
:['[EMAIL PROTECTED]']
ERROR:gump:Failed with to: [EMAIL PROTECTED]
from: [Stefan Bodewig [EMAIL PROTECTED]

This is slightly different, they've not qualified it...

INFO:gump:Notify for project: spark
INFO:gump:Notify for project: cocoon-block-scratchpad
INFO:gump:Send Notify e-mail:
 To: [EMAIL PROTECTED]
 From: Gump
 Subject: [EMAIL PROTECTED]: cocoon-2.1/cocoon-block-scratchpad failed
ERROR:gump:Failed to send e-mail: (450, 'FQDN required in the envelope
sender', 'Gump')
ERROR:gump:Date: 09 Jun 04 23:08:56
From: Gump
To: [EMAIL PROTECTED]

This looks like a typo, inco not incu...

ERROR:gump:Failed to send e-mail: {'[EMAIL PROTECTED]':
(550, 'relaying denied')}
ERROR:gump:Date: 09 Jun 04 23:09:00
From: Davanum Srinivas <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [EMAIL PROTECTED]: incubator-geronimo/incubator-geronimo failed

regards,

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to