Bug 240401 - Typo in /etc/logrotate.d/sa-update
Summary: Typo in /etc/logrotate.d/sa-update
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: spamassassin
Version: 5.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Warren Togami
QA Contact:
URL:
Whiteboard:
Depends On: 223753
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-05-17 09:55 UTC by Jose Plans
Modified: 2007-11-30 22:07 UTC (History)
18 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-05-17 14:07:40 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
sa-update.logrotate.patch (232 bytes, patch)
2007-05-17 09:55 UTC, Jose Plans
no flags Details | Diff

Description Jose Plans 2007-05-17 09:55:16 UTC
+++ This bug was initially created as a clone of Bug #223753 +++

Description of problem:
logrotate error message:

error: sa-update:3 unknown option 'notifyempty' -- ignoring line

Version-Release number of selected component (if applicable):
spamassassin-3.1.7-4.fc6

Fix:
Something like this:

/var/log/sa-update.log {
    monthly
-   notifyempty
+   notifempty
    missingok
}

-- Additional comment from wtogami on 2007-01-23 10:49 EST --
*** Bug 223972 has been marked as a duplicate of this bug. ***

-- Additional comment from _ on 2007-01-24 04:04 EST --
This applies to FC5 as well.

-- Additional comment from joshua on 2007-01-24 11:31 EST --
I get nightly email about this... apply that patch and push the fix!!

-- Additional comment from wtogami on 2007-01-24 15:33 EST --
spamassassin-3.1.7-5.fcX will be pushed soon to solve this issue.


-- Additional comment from wtogami on 2007-01-24 15:33 EST --
*** Bug 224179 has been marked as a duplicate of this bug. ***

-- Additional comment from paul on 2007-01-26 05:42 EST --
*** Bug 224547 has been marked as a duplicate of this bug. ***

-- Additional comment from wtogami on 2007-01-28 00:05 EST --
This is now fixed in FC5 and FC6 updates.

-- Additional comment from paul on 2007-01-29 07:40 EST --
*** Bug 225144 has been marked as a duplicate of this bug. ***

-- Additional comment from paul on 2007-01-29 08:13 EST --
*** Bug 225039 has been marked as a duplicate of this bug. ***

Comment 1 Jose Plans 2007-05-17 09:55:16 UTC
Created attachment 154902 [details]
sa-update.logrotate.patch

Comment 2 Warren Togami 2007-05-17 14:07:40 UTC
This was fixed in RHEL5 day-0 security errata long ago.
spamassassin-3.1.8-2.el5


Note You need to log in before you can comment on or make changes to this bug.