Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 315706 Details for
Bug 460993
logwatch doesn't match some postfix log lines (status code not parsed)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
patch against logwatch-7.3-6-el5 to match postfix
logwatch-v2.patch (text/plain), 1.45 KB, created by
Greg Wickham
on 2008-09-03 23:02:27 UTC
(
hide
)
Description:
patch against logwatch-7.3-6-el5 to match postfix
Filename:
MIME Type:
Creator:
Greg Wickham
Created:
2008-09-03 23:02:27 UTC
Size:
1.45 KB
patch
obsolete
>--- postfix.orig 2008-09-04 08:56:30.000000000 +1000 >+++ postfix 2008-09-04 08:58:42.000000000 +1000 >@@ -218,7 +218,7 @@ > } elsif (($User) = ($ThisLine =~ /^[a-zA-Z0-9]+: to=\<([^ ]*)>,(?: orig_to=\<(?:[^ ]*)>,)? relay=local, delay=-?[0-9]+, status=bounced \((?:unknown user|user unknown)/)) { > # unknown user > $UnknownUsers{$User}++; >- } elsif (($User) = ($ThisLine =~ /^[a-zA-Z0-9]+: reject: RCPT from (?:[^ ]*): [0-9]+ <([^ ]*)>:(?:[^:]+: )?User unknown in(?: \w+)+ table/)) { >+ } elsif (($User) = ($ThisLine =~ /^[a-zA-Z0-9]+: reject: RCPT from (?:[^ ]*): [0-9]+ (?:[0-9]\.[0-9]\.[0-9] )?<([^ ]*)>:(?:[^:]+: )?User unknown in(?: \w+)+ table/)) { > # unknown local mailbox, alias, virtual user > $UnknownUsers{$User}++; > } elsif (($User) = ($ThisLine =~ /^[a-zA-Z0-9]+: to=\<([^ ]*)>,(?: orig_to=\<(?:[^ ]*)>,)? .*, status=bounced .*: User unknown in virtual (alias|mailbox) table/)) { >@@ -235,7 +235,7 @@ > $Temp = "To " . $Dest . " Msg=\"" . $Msg . "\""; > $ForeignBounce{$Temp}++; > } >- } elsif ( ($Relay,$Dest) = ($ThisLine =~ m/reject: RCPT from ([^ ]*): [0-9]+ <([^ ]*)>.* Relay access denied.* to=([^ ]*)/) ) { >+ } elsif ( ($Relay,$Dest) = ($ThisLine =~ m/reject: RCPT from ([^ ]*): [0-9]+ ([0-9]\.[0-9]\.[0-9] )?<([^ ]*)>.* Relay access denied.* to=([^ ]*)/) ) { > # print "reject: " . $ThisLine . "\n"; > # print "Relay :" . $Relay . " to " . $Dest . "\n"; > $Temp = "From " . $Relay . " to " . $Dest;
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 Raw
Actions:
View
Attachments on
bug 460993
:
315621
|
315705
| 315706