Message4669
On Thu, Nov 08, 2012 at 05:41:19AM +0000, Ezio Melotti wrote:
>
> Roundup drops email signature from the message only when the signature
> is between 2 and 10 lines:
> http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/file/default/roundup/mailgw.py#l1821
> Longer signatures don't get dropped.
> Is there a reason to keep the <= 10 part?
I *think* the reason is that the email delimiter magic used
may be found (with low probability) in a message, so I guess
this limit is used to prevent whole message parts being dropped
accidentally.
Maybe make this another config-parameter for the email gateway?
Setting the default to 10 and take 0 for infinite?
So communities who still use the usenet maximum of 4 can lower
the limit :-)
Ralf |
|
Date |
User |
Action |
Args |
2012-11-08 07:27:07 | schlatterbeck | set | recipients:
+ schlatterbeck, ezio.melotti |
2012-11-08 07:27:07 | schlatterbeck | link | issue2550780 messages |
2012-11-08 07:27:06 | schlatterbeck | create | |
|