This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ajaksu2
Recipients ajaksu2, loewis
Date 2009-04-07.14:57:09
SpamBayes Score 0.1488191
Marked as misclassified No
Message-id <2d75d7660904070756p6952018id67aeffa796564c2@mail.gmail.com>
In-reply-to <2d75d7660904070754n3b6d2b59i8d51d7118210da96@mail.gmail.com>
Content
>>> Testing how email handles quotes.
>>>
>>> [mailgw]
>>>
>>> # Keep email citations when accepting messages.
>>> # Setting this to "no" strips out "quoted" text from the message.
>>> # Signatures are also stripped.
>>> # Allowed values: yes, no
>>> # Default: yes
>>> keep_quoted_text = yes
>>>
>>> # Preserve the email body as is - that is,
>>> # keep the citations _and_ signatures.
>>> # Allowed values: yes, no
>>> # Default: no
>>> leave_body_unchanged = no
>>>

Bottom posting, less hints about quotes.
History
Date User Action Args
2009-04-07 14:57:10ajaksu2setrecipients: + ajaksu2, loewis
2009-04-07 14:57:09ajaksu2linkissue2771 messages
2009-04-07 14:57:09ajaksu2create