fix the profile link in mails signature
This commit is contained in:
parent
ccf81d54bc
commit
f7827c1e86
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ class MailParser(Message):
|
||||||
|
|
||||||
if m:
|
if m:
|
||||||
self.profile_link = m.group(1)
|
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
|
return
|
||||||
|
|
||||||
warning('Unable to find the profile URL in the message %s@%s' % (self.get_from(), self.get_id()))
|
warning('Unable to find the profile URL in the message %s@%s' % (self.get_from(), self.get_id()))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue