FreeBsd e-mail question

Mike Makonnen mtm at FreeBSD.Org
Fri Oct 5 05:31:08 PDT 2007


On Fri, Oct 05, 2007 at 02:33:23AM +1000, Ian Smith wrote:
> 
> Looks like that's exactly right.  Copying the maintainer and suggesting
> the no-brain patch, pardon the broken tabs from pasting, against the
> head / stable versions (checked) .. I should sendPR I guess .. time!
> 
> Cheers, Ian
> 
> --- /usr/sbin/rmuser    Sat Mar  3 16:48:29 2007
> +++ /home/smithi/rmuser Fri Oct  5 00:30:51 2007
> @@ -86,10 +86,10 @@
>                     echo -n " mailspool"
>                 rm ${MAILSPOOL}/$login
>         fi
> -       if [ -f ${MAILSPOOL}/${login}.pop ]; then
> -               verbose && echo -n " ${MAILSPOOL}/${login}.pop" ||
> +       if [ -f ${MAILSPOOL}/.${login}.pop ]; then
> +               verbose && echo -n " ${MAILSPOOL}/.${login}.pop" ||
>                     echo -n " pop3"
> -               rm ${MAILSPOOL}/${login}.pop
> +               rm ${MAILSPOOL}/.${login}.pop
>         fi
>         verbose && echo '.'
>  }
> 

Thanks! I'll take care of this immediately.

Cheers,
Mike.


More information about the freebsd-questions mailing list