summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2017-10-28 14:26:48 +0200
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2017-10-28 14:26:48 +0200
commit5dda37a2ea959801a0836097dc1e4ba43d78170b (patch)
treeeb6c505129fa0ce3822b9c8868220985930189f5 /src
parentb4a1e238b382c4dd9f8fc0b4be9d3d183b8d6cbb (diff)
Correct typo "psuedo" in exipick documentation.
Diffstat (limited to 'src')
-rw-r--r--src/src/exipick.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/exipick.src b/src/src/exipick.src
index d0122a324..a1aa79dc0 100644
--- a/src/src/exipick.src
+++ b/src/src/exipick.src
@@ -390,7 +390,7 @@ sub process_criteria {
} else {
$c[-1]{cmp} .= $G::negate ? " ? 0 : 1" : " ? 1 : 0";
}
- # support the each_* psuedo variables. Steal the criteria off of the
+ # support the each_* pseudo variables. Steal the criteria off of the
# queue for special processing later
if ($c[-1]{var} =~ /^each_(recipients(_(un)?del)?)$/) {
my $var = $1;
@@ -1597,7 +1597,7 @@ TRUE if, under normal circumstances, Exim will not try to deliver the message.
=item S + $each_recipients
-This is a psuedo variable which allows you to apply a test against each address in $recipients individually. Whereas '$recipients =~ /@aol.com/' will match if any recipient address contains aol.com, '$each_recipients =~ /@aol.com$/' will only be true if every recipient matches that pattern. Note that this obeys --and or --or being set. Using it with --or is very similar to just matching against $recipients, but with the added benefit of being able to use anchors at the beginning and end of each recipient address.
+This is a pseudo variable which allows you to apply a test against each address in $recipients individually. Whereas '$recipients =~ /@aol.com/' will match if any recipient address contains aol.com, '$each_recipients =~ /@aol.com$/' will only be true if every recipient matches that pattern. Note that this obeys --and or --or being set. Using it with --or is very similar to just matching against $recipients, but with the added benefit of being able to use anchors at the beginning and end of each recipient address.
=item S + $each_recipients_del