procmail
[Top] [All Lists]

Re: Bizzar behaviour with message/rfc822

2006-01-19 03:42:21
Am 2006-01-06 20:26:35, schrieb Ruud H.G. van Tol:
Michelle Konzack schreef:

As you can see, the attachment pass all filters

As I see it, the message doesn't pass all filters:

(1222) F-Prot            : executable "fprot" not found.
[...]
(1222) FLT_spamassassin  : executable "spamc" not found.

Maybe disable those recipes?

The two recipes are only executed if 'f-prot'
and 'spamassassin' are availlable. 
 

Also test by moving the lines
  ORGMAIL=
  LINEBUF=65536
to behind the rfc822-recipe.


But it doesn't look like a procmail-problem to me, the message seems to
be already chopped up before procmail is called.

I was thinking this to.
But I do not understand why.

It is since the upgrade last year.

If I use fetchmail->procmail directly, it works,but not:

  __( '/usr/bin/tdformail' )____________________________________________
 /
<snip>
|   let NUM=1
|   for MSG in `find $BASE -type f ! -name maildirfolder` ; do
|     # Let us see, how many files are filtered and there subject line
|     RETVAL=`grep "^Subject: " $MSG`
|     echo $NUM" : $RETVAL" |cut --characters=1-79
|     # Now we filter.
|     cat $MSG |formail -ds $MDA $RCFILE
|     err_msg $?
|     ################################################################
|     # Remove the originating file
|     if [ "$REMOVE" == "YES" ] || [ "$REMOVE" == "yes" ] ; then
|       rm -f $MSG
|     fi
|     let NUM=$NUM+1
|   done
<snip>
 \______________________________________________________________________

I have tested one message/rfc822 and $MSG was ok, but after processing

        cat $MSG |formail -ds $MDA $RCFILE

I have two or more messages.  Please note, that I use this script
since 2 years and the error occuredfor some month the first time.


Greetings
    Michelle Konzack
    Systemadministrator
    Tamay Dogan Network
    Debian GNU/Linux Consultant


-- 
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         MSM LinuxMichi
0033/3/88452356    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>