我在CentOS 7上有postfix-2.10.1-6.el7.x86_64。
我想replace:
ORGANIZER;CN=Andres Ignacio Gurrumpierrez:mailto:[email protected] al
至:
ORGANIZER;CN=Andres Ignacio Gurrumpierrez:mailto:[email protected]
这是postfix的body_checks文件:
/(ORGANIZER)(.*)(ejemplo)(.*)\s [az]+/U REPLACE {1}}{2}example-sos.net
如果我在CLI上testingPerl的工作正常,但不在后缀什么都不做,我该怎么办?