diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-19 16:26:25 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-19 16:26:25 -0400 |
commit | 594811350c67feede35d50f05a9e1311b8c4c036 (patch) | |
tree | f97ad0af92be3533ce38428d93129ca1b8869450 /maildaemon.php | |
parent | 1d7450ca16cc210ea0ed4a7f68f2e6bff83b00fa (diff) |
email settings for post by email
darcs-hash:20080719202625-84dde-52b3d6710302f55e35ef57ea0aa4aff07cbeafaa.gz
Diffstat (limited to 'maildaemon.php')
-rwxr-xr-x | maildaemon.php | 2 |
1 files changed, 2 insertions, 0 deletions
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); |