mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-25 00:00:58 +00:00
43d24bc3d7
new warmup_routing_rules table + repo + REST endpoints under /warmup/ routing. each rule matches a (sender, recipient) pair by domain, TLD, provider bucket, or any wildcard, with a weight multiplier on the selector. weight > 1 prefers the pairing, < 1 discourages, 0 excludes. rules are evaluated in priority order (ascending) and combined with the existing domain-diversity weighting. example use case: a customer can say 'send Gmail-recipient warmup only from Google-classified senders' with one rule; or 'never send to acme.com from this org's mailboxes' with weight=0. premium pool only — free pool ignores rules.