486
486
# Tweak the Subject so we can tell the two message apart.
487
487
>>> del malone_msg['subject']
488
488
>>> malone_msg['Subject'] = 'Firefox 2'
490
490
>>> login('foo.bar@canonical.com')
491
491
>>> MaloneHandler().process(malone_msg, malone_msg['to'])