Mailinglist Archive: opensuse (963 mails)
| < Previous | Next > |
Re: [opensuse] procmail rule confusion [OFF TOPIC] [SOLVED]
- From: Patrick Shanahan <paka@xxxxxxxxxxxx>
- Date: Fri, 29 Apr 2011 07:29:12 -0400
- Message-id: <20110429112912.GT8855@wahoo.no-ip.org>
* Roger Oberholtzer <roger@xxxxxx> [04-29-11 03:39]:
No, what you needed was: 11\.2
with nothing following.
according to "man procmailrc":
\. matches a single dot
11\.2 matches 11.2 plus ANYTHING or NOTHING following
everything following a regular expression is automagically matched.
--
(paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711
http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org openSUSE Community Member
Registered Linux User #207535 @ http://counter.li.org
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
I think this was the issue. 11\.2.* is what I needed. Not 11\.2*
No, what you needed was: 11\.2
with nothing following.
according to "man procmailrc":
\. matches a single dot
11\.2 matches 11.2 plus ANYTHING or NOTHING following
everything following a regular expression is automagically matched.
--
(paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711
http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org openSUSE Community Member
Registered Linux User #207535 @ http://counter.li.org
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |