From f7827c1e8655cbcf09b6f1816669aae331ffafaf Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Thu, 20 May 2010 16:54:47 +0200 Subject: [PATCH] fix the profile link in mails signature --- weboob/backends/aum/pages/contact_thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/backends/aum/pages/contact_thread.py b/weboob/backends/aum/pages/contact_thread.py index c59863a7..dfe69258 100644 --- a/weboob/backends/aum/pages/contact_thread.py +++ b/weboob/backends/aum/pages/contact_thread.py @@ -176,7 +176,7 @@ class MailParser(Message): if m: self.profile_link = m.group(1) - self.signature = u'Profile link: %s' % self.profile_link + self.signature = u'Profile: http://www.adopteunmec.com%s' % self.profile_link return warning('Unable to find the profile URL in the message %s@%s' % (self.get_from(), self.get_id()))