From d2b8f7ac15016a931ff0707e1ab4e89fa1f853a8 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 13 Mar 2020 22:03:40 +0000 Subject: [PATCH] might fix: https://github.com/postfixadmin/postfixadmin/issues/306 --- model/FetchmailHandler.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/model/FetchmailHandler.php b/model/FetchmailHandler.php index e117d44e..de584dd0 100644 --- a/model/FetchmailHandler.php +++ b/model/FetchmailHandler.php @@ -173,6 +173,10 @@ class FetchmailHandler extends PFAHandler { } return true; } + + public function domain_from_id() { + return ''; + } } /* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */