Fix bad quoting
This commit is contained in:
parent
d01e99c3da
commit
ff347fc6b5
|
@ -31,5 +31,5 @@ virtual_maps:
|
||||||
notify_admin: "joshua@boniface.me" # Administrative address to notify
|
notify_admin: "joshua@boniface.me" # Administrative address to notify
|
||||||
notify_method: "smtp:{{ blsecluster_smtphost }}:25"
|
notify_method: "smtp:{{ blsecluster_smtphost }}:25"
|
||||||
custom_sender_scores:
|
custom_sender_scores:
|
||||||
- [qr'^(offers)@'i => 1.0]
|
- "[qr'^(offers)@'i => 1.0]"
|
||||||
- [qr'^.*@pizzanova.com'i => 1.0]
|
- "[qr'^.*@pizzanova.com'i => 1.0]"
|
||||||
|
|
Loading…
Reference in New Issue