[syslog-ng] [Bug 15] New: 2.0.6 is not compatible with previous version's config file

bugzilla at bugzilla.balabit.com bugzilla at bugzilla.balabit.com
Sat Dec 29 06:47:19 CET 2007


https://bugzilla.balabit.com/show_bug.cgi?id=15

           Summary: 2.0.6 is not compatible with previous version's config
                    file
           Product: syslog-ng
           Version: 2.0.x
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: unspecified
         Component: syslog-ng
        AssignedTo: bazsi at balabit.hu
        ReportedBy: welz at fixe-post.de
Type of the Report: bug
   Estimated Hours: 0.0


filter f_mail_count_incoming {
        program("postfix/smtp")
        and match("to=")
        and (match("@mydomain.de") or match("@MYDOMAIN.DE")) 
        and not match("systemmeldung")
        and match("status=sent");
};

doesn't work since I upgraded from previos version (gentoo linux)

However, when I change program("postfix/smtp") to program("postfix") it seems to work,
but I have lots of rules and lots of computers, although you would say 12 is not much ;),
and I wish to express that it would be absolutely helpful, if syntax changes could be mentioned in the changelog.

Regards,

Robert


-- 
Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the syslog-ng mailing list