Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90024
Collapse All | Expand All

(-)getmail-4.3.3-orig/getmailcore/message.py (-2 / +1 lines)
Lines 158-165 class Message(object): Link Here
158
                self.received_by, self.received_with)
158
                self.received_by, self.received_with)
159
            if self.recipient is not None:
159
            if self.recipient is not None:
160
                content += ' for <%s>' % self.recipient
160
                content += ' for <%s>' % self.recipient
161
            content += '; ' + time.strftime('%d %b %Y %H:%M:%S -0000',
161
            content += '; ' + time.strftime('%d %b %Y %H:%M:%S %z')
162
                time.gmtime())
163
            f.write(format_header('Received', content))
162
            f.write(format_header('Received', content))
164
        gen = Generator(f, mangle_from, 0)
163
        gen = Generator(f, mangle_from, 0)
165
        # From_ handled above, always tell the generator not to include it
164
        # From_ handled above, always tell the generator not to include it

Return to bug 90024