* horseriver <horseriv...@gmail.com> [01-24-13 23:25]:
> Thanks!
> 
>    There is no log file generated in the $PMDIR/.
> 
>   Here is my .procmailrc:
> 
>   VERBOSE=yes
>   # Upon debugging remove the # 
>   LOGABSTRACT=all
>   MAILDIR=$HOME/Mail
>   PMDIR=$HOME/procmail #procmail home dir
>   LOGFILE=$PMDIR/log
>   INCLUDERC=$PMDIR/test.rc 
>   INCLUDERC=$PMDIR/lists.rc
> 
>   what is the reason ? I am googling for this answer .

is $HOME/procmail actually a directory or a file

do $PMDIR/test.rc
and $PMDIR/lists.rc
actually exist?

please provide:
  ls -lad  ~/procmail

then try with:
LOGFILE="$PMDIR/log"

good idea: enclose in quotes any chars that would normally be escaped, 
ie:  "/" as "$PMDIR/log"
  
-- 
(paka)Patrick Shanahan       Plainfield, Indiana, USA      HOG # US1244711
http://wahoo.no-ip.org        Photo Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org                           openSUSE Community Member
Registered Linux User #207535                    @ http://linuxcounter.net

Reply via email to