Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ MailCat 是一個以 Google Apps Script 開發的一套規則管理器。不同
- `700 中華郵政`
- `803 聯邦銀行`
- `805 遠東銀行`
- `806 元大銀行`
- `807 永豐銀行`
- `808 玉山銀行`
- `810 星展銀行`
Expand Down
9 changes: 9 additions & 0 deletions bank_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@
"feib.com.tw"
]
},
"806": {
"name": "元大銀行",
"label_name": "銀行/806 元大銀行",
"domain_name": "yuantabank",
"email": [
"yuantabank.tw",
"yuantabank.com.tw"
]
},
"807": {
"name": "永豐銀行",
"label_name": "銀行/807 永豐銀行",
Expand Down