Added %SCAN command, to send unsent mail from an area
This commit is contained in:
@@ -56,6 +56,7 @@ class Area extends Base
|
||||
// Drop the area from the arguments, the rest are options
|
||||
array_shift($this->arguments);
|
||||
|
||||
// Area exists
|
||||
if ($ea=$this->mo->fftn->domain->echoareas->where('name',$area)->pop()) {
|
||||
// If already subscribed
|
||||
if ($nea=$this->mo->fftn->echoareas->where('name',$area)->pop()) {
|
||||
|
Reference in New Issue
Block a user