Hello,
I just got the following error when pushing a changeset:
remote: buildbot: change(s) sent successfully
remote: Traceback (most recent call last):
remote: File "/srv/hg/repos/hooks/hgroundup.py", line 56, in update_issue
remote: _update_issue(*args, **kwargs)
remote: File "/srv/hg/repos/hooks/hgroundup.py", line 108, in _update_issue
remote: s.login(username, password)
remote: File "/usr/lib/python2.7/smtplib.py", line 615, in login
remote: raise SMTPAuthenticationError(code, resp)
remote: SMTPAuthenticationError: (535, '5.7.0 Message limit reached.')
remote: error: changegroup.roundup hook raised an exception: (535,
'5.7.0 Message limit reached.')
remote: Traceback (most recent call last):
remote: File "/srv/hg/repos/hooks/mail.py", line 166, in incoming
remote: return _incoming(ui, repo, **kwargs)
remote: File "/srv/hg/repos/hooks/mail.py", line 156, in _incoming
remote: smtp.login(username, ui.config('smtp', 'password', ''))
remote: File "/usr/lib/python2.7/smtplib.py", line 615, in login
remote: raise SMTPAuthenticationError(code, resp)
remote: SMTPAuthenticationError: (535, '5.7.0 Message limit reached.')
remote: error: incoming.notify hook raised an exception: (535, '5.7.0
Message limit reached.')
Regards
Antoine.