Hi all,

Quick question, what is the correct syntax to match an empty sender in
a hash: sender access map (i.e. check_sender_access)?

Somewhat related, if I have a regexp: map (header checks), like so:

/^Subject:.*foo bar/ REJECT
/^Subject:.*foo baz/ REJECT

when it is postmap'd, it warns about a "duplicate entry", because it
is apparently seeing the first (key) token end with space.

(Yes, I know I could combine the two lines)

Is this the correct syntax for these two regexps?  Or is the regexp
really being treated as ending at the first space?  If I'm using the
correct syntax, it seems the postmap warning is spurious; how can I
inhibit it?

thank you,
Greg

Reply via email to