~ubuntu-branches/ubuntu/maverick/postfix/maverick-security

« back to all changes in this revision

Viewing changes to man/man5/pcre_table.5

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2009-06-03 14:17:08 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603141708-o9u59xlor7nmd2x1
[Wietse Venema]

* New upstream release: 2.6.2~rc1

[LaMont Jones]

* move postfix-add-{filter,policy} manpages to section 8, and deliver
* provide: default-mta on ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
matching.
101
101
.IP "\fBx\fR (default: off)"
102
102
Toggles the pcre extended flag. When this flag is on, whitespace
103
 
in the pattern (other than in a character class) and
104
 
characters between a \fB#\fR outside a character class and
105
 
the next newline character are ignored. An escaping backslash
106
 
can be used to include a whitespace or \fB#\fR character
107
 
as part of the pattern.
 
103
characters in the pattern (other than in a character class)
 
104
are ignored.  To include a whitespace character as part of
 
105
the pattern, escape it with backslash.
 
106
.sp
 
107
Note: do not use \fB#\fIcomment\fR after patterns.
108
108
.IP "\fBA\fR (default: off)"
109
109
Toggles the PCRE_ANCHORED flag.  When this flag is on,
110
110
the pattern is forced to be "anchored", that is, it is