Displaying 1 result from an estimated 1 matches for "_hello_sieve".
2017 Feb 10
0
Safely piping to a shell script
...; }
elsif address :regex "from" "*" {
set "sender" ${1};
if execute "grepfrom" "${sender}" {
keep ; stop; }
else {fileinto :create "neversent"}
As an aside,
https://www.joachim-breitner.de/blog/441-Goodbye_procmail,_Hello_Sieve
contains a nice pattern, creating an include file to test, and that
addresses many, but not all of my use cases. Should I worry if the
match there is 5000+ strings?
Adam