How to configure all mail directed to [email protected] were copied on the mail [email protected] except mail from addresses [email protected]? I use ISPConfig 3.0.2.1 What is wrong? ### Preposli na druhy mail: if not (/^From:.*[email protected]\.\*/:h) { exception { cc '[email protected]' } } ### Konec filtru Thanks for any help ...