email-triage-env / data /sender_profiles.json
Janesh's picture
Upload folder using huggingface_hub
73608eb verified
Raw
History Blame Contribute Delete
1.12 kB
{
"description": "Sender profiles for the Email Triage environment",
"vip_senders": [
{
"name": "Sarah Chen",
"email": "sarah.chen@acmecorp.com",
"role": "CEO",
"typical_folders": ["work"]
},
{
"name": "James Rodriguez",
"email": "j.rodriguez@acmecorp.com",
"role": "CFO",
"typical_folders": ["finance"]
},
{
"name": "Priya Patel",
"email": "priya.patel@acmecorp.com",
"role": "VP Engineering",
"typical_folders": ["work", "meetings"]
},
{
"name": "Michael Brooks",
"email": "m.brooks@acmecorp.com",
"role": "Finance Manager",
"typical_folders": ["finance"]
},
{
"name": "Lisa Wang",
"email": "lisa.wang@acmecorp.com",
"role": "HR Director",
"typical_folders": ["work", "meetings"]
}
],
"internal_domain": "acmecorp.com",
"trusted_external_domains": [
"amazonaws.com",
"github.com",
"atlassian.net",
"slack.com",
"docusign.net",
"zoom.us"
],
"suspicious_tlds": [".ru", ".xyz", ".biz", ".club", ".top", ".net", ".shop"]
}