|
|
Browse by Tags
All Tags » multiline
-
Are you saying that you (or Scodigo for that matter) can't use the match array as return value?
If you're using preg_match($pattern, $subject, $matches) for the header, $matches[1] should contain the acquiration date, $matches[2] the operator, $matches[3] the sample name and $matches[4] the "Inst" (who/whatever that is).
If you ...
-
Just use something like:
^From:[^<]+<(?!user1@example\.com)(?!user2@example\.org)(?!user3@example\.net).*?^X-Spam-Level:\s*(\S*)
with singleline (s) and multiline (m) modifiers (so the dot matches newlines and ^ matches the beginning of each line).
-
Okay, I'll try to help. Please consider being more specific next time. First of all here's your text again, in monospace this time:
--------------------
Approver Information
--------------------
Approver Interfac Linked Heir Notifier User
List Typ Entity Approver Approver Order Type List
-------- -------- -------- ...
|
|
|