From 594811350c67feede35d50f05a9e1311b8c4c036 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 19 Jul 2008 16:26:25 -0400 Subject: email settings for post by email darcs-hash:20080719202625-84dde-52b3d6710302f55e35ef57ea0aa4aff07cbeafaa.gz --- maildaemon.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'maildaemon.php') diff --git a/maildaemon.php b/maildaemon.php index ba88774bf..59659b990 100755 --- a/maildaemon.php +++ b/maildaemon.php @@ -50,6 +50,8 @@ class MailerDaemon { if (!$this->user_match_to($user, $to)) { $this->error($from, _('Sorry, that is not your incoming email address.')); } + if (!$user->emailpost) { + } $response = $this->handle_command($user, $msg); if ($response) { $this->respond($from, $to, $response); -- cgit v1.2.3-54-g00ecf