http://bugzilla.spamassassin.org/show_bug.cgi?id=3120





------- Additional Comments From [EMAIL PROTECTED]  2004-08-21 13:30 -------
I thing it would be nice at add catch in case if I have bounce in catch-all or 
forward to some outside e-mail address.
Something like at the end of the patch:

      $udir = `$dir/bin/vuserinfo -d $username`;
      chomp($udir);
  }
    # if vuserinfo still gave use 'no such user' message
    if ($udir eq "no such user $username") {
        $udir=$domdir;
    }
}
# Now reassign $dir.
$dir = $udir;


This way it will create .spamasassin directory in the directory of this domain 
(~vpopmain/domain/mydomain.com/.spamassassin, for example)

P.S.: This bug is in 2.64 too.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to