How can I truncate the bounced email log? I don’t need to keep these entries forever.
They don’t take up much space so they aren’t trimmed automatically (or so I think) . You could delete them from the rails console. You might see Administrative Bulk Operations for some hints.
Thank you, but I could not see anything I could adapt on that page. And I know nothing about rails.
A pity, because I really don’t want to see all the old entries. It’s not disk space I am concerned about. It’s the visual noise. I want tio delete them so I can readily see if new bounces are occurring.
Ich habe gerade meine Testseite bereinigt und bin bei meiner Recherche auf dieses Thema gestoßen. Ich habe meine E-Mail-Protokolle über die Rails-Konsole bereinigt (ich bin jedoch ein Anfänger, also behalte das im Hinterkopf).
Wäre dies für diesen Fall geeignet?
EmailLog.where(bounced=true).destroy_all