FreeBSD Bugzilla – Attachment 10845 Details for
Bug 21600
/etc/periodic/daily/460.status-mail-rejects is case-sensitive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 560 bytes, created by
David Wolfskill
on 2000-09-27 21:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David Wolfskill
Created:
2000-09-27 21:10:00 UTC
Size:
560 bytes
patch
obsolete
>diff -u -r1.1 460.status-mail-rejects >--- 460.status-mail-rejects 2000/09/27 19:17:41 1.1 >+++ 460.status-mail-rejects 2000/09/27 19:55:02 >@@ -35,8 +35,8 @@ > done > cat /var/log/maillog > } | >- perl -ne "print \"\$2\n\" >- if (/reject=/ and /^$start.*ruleset=check_\S+,\s+arg1=(<[^@]+@)?([^>,]+).*reject=/o);" | >+ perl -ne 'print lc($2) . "\n" >+ if (/reject=/ and /^$start.*ruleset=check_\S+,\s+arg1=(<[^@]+@)?([^>,]+).*reject=/o);' | > sort | uniq -c | sort -nr > fi;; > esac
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21600
: 10845