Applications Manager's notification detail has a number of options for attaching registered output files. One option is Pattern which allows for attaching files of a particular name. This field value uses regular expression (regex).
This pattern value is checked against all registered output files of a Job, and if the pattern value matches output filename value, the output is attached.
In Unix/Linux OS masters, the pattern value matching behavior is as follows:
In Windows OS masters, the pattern value matching behavior ONLY works as follows:
This difference in behavior may become an issue when migrating masters from Unix/Linux to Windows or vice versa.
Note that pattern matching in Output Scans is not affected and works the same way in both Unix/Linux and Windows, which is determined if a file separator is found or not found.
defect in pattern matching code.
Workaround:
For Windows, keep in mind that that pattern matching is checked only against the file name that does not include the full path.
Solution:
A fix will be included in Applications Manager version 9.6.2