[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Procmail formail and the Raq4 will it work?



Hello!

I am trying to get a recipe to work that will determine if the body contains the html tag 

It is supposed to email the sender telling them that my system does not accept html formatted messages just in case it was mail I wanted after all, they can send it again regular.

BUT it wont send the message...

Is this because its a raq, and don't work well with formail or is something else wrong?

##############################################
# This replys to the sender of an html
# message, just in case it was not spam.
###############################################


:0 B:
"This is Where the call for the tag is, it works but the list thinks I am sending in html when I include it and bounces this message"
      {
          :0 fhb
          | $FORMAIL -rtk -p '>'   \
            -I "From: NOHTML@xxxxxxxxxxxxxx" \
            -I "$MY_XLOOP"

          :0 fhw
          | cat -; echo "MESSAGE NOT RECEIVED CANNOT RECEIVE HTML MESSAGES"
      }
/var/spool/mail/mthiessen001

#EOF

Thanks Folks!

Mike