exclude proxy for inbox.lv
This commit is contained in:
@@ -497,11 +497,15 @@ if __name__ == '__main__':
|
||||
# 读取联系人列表
|
||||
contact_to_book_list = read_contacts(
|
||||
# file_name="~/Desktop/contact_list_inbox_lv_100.xlsx")
|
||||
# file_name="~/Desktop/contact_list_2026-04-21_200_yahoo.xlsx")
|
||||
# file_name="~/Desktop/contact_list_yahoo_100_20_04.xlsx")
|
||||
# file_name="~/Desktop/contact_yahoo_5.xlsx")
|
||||
# file_name="~/Desktop/contact_list_2026-04-07.xlsx")
|
||||
file_name="~/Desktop/contact_list_2026-04-22.xlsx")
|
||||
# file_name="~/Desktop/contact_list_2026-04-11.xlsx")
|
||||
file_name="~/Desktop/contact_list_2026-04-15.xlsx")
|
||||
# file_name="~/Desktop/contact_list_2026-04-17.xlsx")
|
||||
# file_name="~/Desktop/contact_list_inbox_100_14_04.xlsx")
|
||||
# file_name="~/Desktop/contact_list_2024-09-02_firemail_de_100.xlsx")
|
||||
# file_name="~/Desktop/reste_inbox_lv.xlsx")
|
||||
# file_name="~/Desktop/yahooo_list.xlsx")
|
||||
|
||||
# 获取目标邮箱列表
|
||||
@@ -528,7 +532,7 @@ if __name__ == '__main__':
|
||||
_to_add = False
|
||||
if _to_add:
|
||||
filter_mail.append(mail_pojo)
|
||||
# filter_mail = [MailAddress("munozshawn1992@aol.com", "leivqvcwyacrgbzp")]
|
||||
# filter_mail = [MailAddress("minnakan@firemail.de", "Yjn8nQ0sZ")]
|
||||
|
||||
# ── Mode de lecture : GMX_ONLY=true → uniquement les comptes GMX ──
|
||||
gmx_only = os.environ.get("GMX_ONLY", "false").strip().lower() == "true"
|
||||
|
||||
+12
-5
@@ -99,9 +99,16 @@ def send_request_for_file_list(file_list: list, thread_number: int = 20, data_qu
|
||||
if __name__ == '__main__':
|
||||
# file_list = ['~/Desktop/contact_list_2024-05-23.xlsx',
|
||||
# '~/Desktop/contact_list_2024-05-21.xlsx',
|
||||
# file_list = ['~/Desktop/contact_list_2025-10-30.xlsx']
|
||||
file_list = ['~/Desktop/contact_list_2025-11-28.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_2025-11-06.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_all.xlsx']
|
||||
send_request_for_file_list(file_list=file_list, thread_number=40,
|
||||
# file_list = ['~/Desktop/contact_list_2026-04-15.xlsx']
|
||||
# file_list = ['~/Desktop/contact_yahoo_5.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_inbox_lv_100.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_yahoo_100_20_04.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_2026-04-21_200_yahoo.xlsx']
|
||||
file_list = ['~/Desktop/contact_list_2026-04-21.xlsx']
|
||||
# file_list = ['~/Desktop/reste_inbox_lv.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_2024-09-02_firemail_de_100.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_inbox_100_14_04.xlsx']
|
||||
# file_list = file_list[0:100]
|
||||
# file_list = ['~/Desktop/contact_list_2026-03-28.xlsx']
|
||||
send_request_for_file_list(file_list=file_list, thread_number=2,
|
||||
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=19, stop_at_mins=50)
|
||||
|
||||
Reference in New Issue
Block a user