diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-24 17:05:39 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-24 17:05:39 +0000 |
commit | 3c71915d2f4f00f7e159808c70ae2513f03b7be4 (patch) | |
tree | 9b3a61ae49bce38725f2ba49dcf36538c187a744 | |
parent | d0291a0af2ce1de0be95caad572ca952f3adba87 (diff) |
Docs thinko
-rw-r--r-- | doc/doc-txt/experimental-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt index c3e1196b4..4a2a04bb4 100644 --- a/doc/doc-txt/experimental-spec.txt +++ b/doc/doc-txt/experimental-spec.txt @@ -821,7 +821,7 @@ The following variables are likely to be useful depending on the event type: An example might look like: -event_action = ${if = {msg:delivery}{$event_name} \ +event_action = ${if eq {msg:delivery}{$event_name} \ {${lookup pgsql {SELECT * FROM record_Delivery( \ '${quote_pgsql:$sender_address_domain}',\ '${quote_pgsql:${lc:$sender_address_local_part}}', \ |