~ubuntu-branches/ubuntu/hardy/postfix/hardy-security

« back to all changes in this revision

Viewing changes to proto/pcre_table

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2007-06-01 23:14:55 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20070601231455-dm7tvhh7k68w3c5q
Tags: 2.4.3-1
* New upstream version
* Cleanup merge markers in changelog.  Closes: #420411
* Remove stale code in preinst.  Upgrading from pre-sarge versions no
  longer works.  Closes: #420413
* Template file overhaul to go with stale code removal, and translations
  Closes: #420156, #422339, #422975, #423110, #423367, #423876, #423878,
  #423894, #424689, #424762, #425411, #425682, #425980, #426052, #426214,
  #426329, #426833

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
# .IP "\fBif /\fIpattern\fB/\fIflags\fR"
42
42
# .IP "\fBendif\fR"
43
43
#       Match the input string against the patterns between \fBif\fR
44
 
#       and \fBendif\fR, if and only if the input string also matches
 
44
#       and \fBendif\fR, if and only if that same input string also matches
45
45
#       \fIpattern\fR. The \fBif\fR..\fBendif\fR can nest.
46
46
# .sp
47
47
#       Note: do not prepend whitespace to patterns inside
51
51
# .IP "\fBif !/\fIpattern\fB/\fIflags\fR"
52
52
# .IP "\fBendif\fR"
53
53
#       Match the input string against the patterns between \fBif\fR
54
 
#       and \fBendif\fR, if and only if the input string does \fBnot\fR
 
54
#       and \fBendif\fR, if and only if that same input string does \fBnot\fR
55
55
#       match \fIpattern\fR. The \fBif\fR..\fBendif\fR can nest.
56
56
# .sp
57
57
#       Note: do not prepend whitespace to patterns inside