Ned and myself have reviewed the document. Anybody else?
Can I ask people who have reviewed the document to email me directly and
state that they found no problems with the document. I would appreciate
any feedback by February 7th (next Monday). Thanks!
Just noticed this:
# Imagine the header
# Subject: [acme-users] [fwd] version 1.0 is out
if header :regex "Subject" "^[(.*)] (.*)$" {
# ${1} will hold "acme-users] fwd"
}
Shouldn't the comment be:
# ${1} will hold "acme-users] [fwd"
Sure looks like it to me. Nice catch.
Ned