X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Femail.php;fp=modules%2Femail.php;h=b78cfe7ff52b232e9ee8f68168c447fd98dd9c10;hb=9c15cc9f0baece0f0f16779b75a5c48e1b74079a;hp=78cef2dbcb9aafdfc9bbfb9662d3a0c043dafe11;hpb=6e7849b36ad6c0f8c39496ba92d96bc4937835ea;p=platal.git diff --git a/modules/email.php b/modules/email.php index 78cef2d..b78cfe7 100644 --- a/modules/email.php +++ b/modules/email.php @@ -918,7 +918,7 @@ class EmailModule extends PLModule // Output the list of users with recently broken addresses, // along with the count of valid redirections. - pl_cached_content_headers('text/x-csv', 1); + pl_cached_content_headers('text/x-csv', null, 1, 'broken.csv'); $csv = fopen('php://output', 'w'); fputcsv($csv, array('nom', 'promo', 'bounces', 'nbmails', 'url', 'corps', 'job', 'networking'), ';');