View | Details | Raw Unified | Return to bug 21600
Collapse All | Expand All

(-)460.status-mail-rejects 2000/09/27 19:55:02 (-2 / +2 lines)
Lines 35-42 Link Here
35
               done
35
               done
36
               cat /var/log/maillog
36
               cat /var/log/maillog
37
           } |
37
           } |
38
 		perl -ne "print \"\$2\n\"
38
 		perl -ne 'print lc($2) . "\n"
39
 		    if (/reject=/ and /^$start.*ruleset=check_\S+,\s+arg1=(<[^@]+@)?([^>,]+).*reject=/o);" |
39
 		    if (/reject=/ and /^$start.*ruleset=check_\S+,\s+arg1=(<[^@]+@)?([^>,]+).*reject=/o);' |
40
               sort | uniq -c | sort -nr
40
               sort | uniq -c | sort -nr
41
       fi;;
41
       fi;;
42
esac
42
esac

Return to bug 21600