Other(debug): Dump raw SMTP input to user's home dir

This commit is contained in:
James Houlahan
2023-01-19 13:30:28 +01:00
parent c70674471e
commit 59a29da054
3 changed files with 23 additions and 6 deletions

View File

@ -19,4 +19,6 @@
package user
func debugDumpToDisk(b []byte) {}
func debugDumpToDisk(b []byte) error {
return nil
}