示例#1
0
 def body(self):
     # XXX: We need to make this smarter to use blockquote for quotes
     # create html links for urls, and filter out email addresses of
     # portal/list members. Do we want to filter email addresses of
     # non-members?
     return obfct_de(
         escape(encode(self.context.body, self.getMailingList())))
示例#2
0
 def subject(self):
     return obfct_de(
         escape(encode(self.context.subject, self.getMailingList())))
 def subject(self):
     return obfct_de(escape(encode(self.context.subject, self.getMailingList())))
 def body(self):
     # XXX: We need to make this smarter to use blockquote for quotes
     # create html links for urls, and filter out email addresses of
     # portal/list members. Do we want to filter email addresses of
     # non-members?
     return obfct_de(escape(encode(self.context.body, self.getMailingList())))