earthjasonlin 8a471cb489 fix(tg_bot): 放宽退订链接 URL 长度上限,长 tracking 链接不被误杀
实测 D:\DOWNLOADS\mail_bot.db 中 ChatGPT 推广邮件的退订链接
(https://r.openai.com/asm/unsubscribe/?...) 长度 700+ 字符,
而 _link_buttons 的 len(url) < 200 校验会把它过滤掉,导致
即使 AI 提取出退订链接、显示层也修好了,按钮依然不显示。
上限 200 -> 2048(Telegram inline URL 按钮安全范围)。

新增回归测试 test_long_unsub_url_rendered / test_oversized_url_filtered,
共 9 个用例全部通过。
2026-09-03 23:52:31 +08:00
S
Description
A Telegram bot that handles your email with AI
753 KiB
0 Stars 1 Watchers 0 Forks
Languages
Python 99.7%
PowerShell 0.2%