Re: [Postfixadmin-devel] vacation and spam
Brought to you by:
christian_boltz,
gingerdog
From: tonio <to...@st...> - 2007-11-11 22:25:31
|
Martin Ambroz a écrit : > So it needs a little improvement then. > i've just checked and it's works. But in svn revision 203 code was: elsif (/^x-spam-flag:\s+yes$/i) { exit (0); } and now it's: elsif (/^x-spam-(flag|status):\s+yes/i) { exit (0); } no problem with '$' missing ? anyway it seems working in both case. Thx for your help Tonio |