LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   procmail (https://www.linuxquestions.org/questions/programming-9/procmail-456813/)

Hondro 06-21-2006 12:38 AM

procmail
 
Hi, can somebody say how can look procmail script which will search any single character only in message body?

unSpawn 06-21-2006 07:32 PM

Something like
Code:

:0b
* ? (|formail -I " "|grep ".\+.*")
 {
  :0
  doSomething
 }

I think.


All times are GMT -5. The time now is 06:19 AM.