procmail
[Top] [All Lists]

Weird problem with formail/procmail and ONE type off message

2007-07-09 06:17:34
############################################################
#  ATTENTION:  I am currently NOT in Strasbourg because    #
#              haveing the last 4 weeks of my military     #
#              service and can not reply in short delays.  #
############################################################

Hello *,

Since I have no Internet(_at_)home am downloading my Messages with my Laptop
in Internet Cafes and then @home transfer it to my FileSever where I
filter if from a script with

----8<--------------------------------------
for MSG in ${HOME}/Mail_in/* ; do
  cat ${MSG} |formail ${MDA} ${RCFILE}
  error_msg $?
  if [ ${REMOVE} = "true" ] ; then
    rm -f ${MSG}
  fi
done
----8<--------------------------------------

OK, the script is more complex but anyway, I have put a test message from
<xorg(_at_)lists(_dot_)freedesktop(_dot_)org> on my homepage here:

    <http://freenet-homepage.de/linux4michelle/crap_mail>

since I can not even attach the message since it is ALWAYS splited in
singel parts...

Any advices?

Greetings
    Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSN LinuxMichi
0033/6/61925193    67100 Strasbourg/France   IRC #Debian (irc.icq.com)
____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>