From 9e696f48b7b5787c85cf74d793506867b6cd8b68 Mon Sep 17 00:00:00 2001 From: mpmedia Date: Sun, 7 Jun 2026 10:45:45 -0500 Subject: [PATCH] Add example: filter-safe rules CSV --- examples/filter_safe_rules_example.csv | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/filter_safe_rules_example.csv diff --git a/examples/filter_safe_rules_example.csv b/examples/filter_safe_rules_example.csv new file mode 100644 index 0000000..c0c5e21 --- /dev/null +++ b/examples/filter_safe_rules_example.csv @@ -0,0 +1,6 @@ +rule_id,enabled,priority,rule_name,from_domain,to_or_cc_domain,subject_contains,has_attachment,base_label,archive,mark_read,queue_for_ai_process,deployability,confidence,risk,notes +GF-CLIENT-RESELLER-ACME-PARTICIPANT,FALSE,50,Acme Transit participant base label,acme-transit.com,acme-transit.com,,,Clients/Resellers/Acme-Transit,FALSE,FALSE,FALSE,gmail_filter_safe,high,low,Use participant-domain logic: from OR to OR cc contains acme-transit.com. +GF-CLIENT-RESELLER-METRORAIL-PARTICIPANT,FALSE,50,Metro Rail participant base label,metro-rail.com,metro-rail.com,,,Clients/Resellers/Metro-Rail,FALSE,FALSE,FALSE,gmail_filter_safe,high,low,Use participant-domain logic: from OR to OR cc contains metro-rail.com. +GF-AR-ACME-INVOICE-SECONDARY,FALSE,90,Acme Transit AR secondary,acme-transit.com,acme-transit.com,Invoice; payment request; Reminder,,Finance/Inv-AR,TBD,TBD,FALSE,gmail_filter_safe,high,low,Secondary layer; do not replace reseller base label. +GF-VENDOR-SHIPPING-FEDEX,TRUE,30,FedEx shipping notifications,fedex.com,,Tracking; Delivered; Shipment,,Vendors/Shipping,TRUE,TRUE,FALSE,gmail_filter_safe,high,low,Mark read and archive — pure notifications. +GF-FINANCE-AMEX-STATEMENT,TRUE,20,Amex card statements,americanexpress.com,,statement; Your bill is ready,,Finance/AMEX,FALSE,FALSE,FALSE,gmail_filter_safe,high,low,From-only; do not use participant pattern for card issuers.