[exim-dev] [Bug 1216] New: exigrep doesn't find all entries …

Góra strony
Delete this message
Reply to this message
Autor: Arkadiusz Miskiewicz
Data:  
Dla: exim-dev
Nowe tematy: [exim-dev] [Bug 1216] exigrep doesn't find all entries relevant to the message, [exim-dev] [Bug 1216] exigrep doesn't find all entries relevant to the message, [exim-dev] [Bug 1216] exigrep doesn't find all entries relevant to the message, [exim-dev] [Bug 1216] exigrep doesn't find all entries relevant to the message, [exim-dev] [Bug 1216] exigrep doesn't find all entries relevant to the message, [exim-dev] [Bug 1216] exigrep doesn't find all entries relevant to the message, [exim-dev] [Bug 1216] exigrep doesn't find all entries relevant to the message, [exim-dev] [Bug 1216] exigrep doesn't find all entries relevant to the message, [exim-dev] [Bug 1216] exigrep doesn't find all entries relevant to the message
Temat: [exim-dev] [Bug 1216] New: exigrep doesn't find all entries relevant to the message
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1216
           Summary: exigrep doesn't find all entries relevant to the message
           Product: Exim
           Version: 4.76
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Exigrep
        AssignedTo: nigel@???
        ReportedBy: arekm@???
                CC: exim-dev@???



# exigrep -l some@??? logfile

finds:


2012-03-08 11:18:10 1S5aQE-0002B2-FJ <= root@??? U=root P=local S=466
2012-03-08 11:19:09 1S5aQE-0002B2-FJ => user1 <some@???>
R=sql_uservacation T=uservacation_transport QT=59s
2012-03-08 11:19:09 1S5aQE-0002B2-FJ => some@??? <some@???>
R=send_to_mailmxout_gateway T=remote_smtp H=mailmxout.pl [1.1.1.1] C="250 OK
id=1S5aRB-0002Es-Ss" QT=59s
2012-03-08 11:19:09 1S5aQE-0002B2-FJ Completed

while

# exigrep -l 1S5aQE-0002B2-FJ
2012-03-08 11:18:10 1S5aQE-0002B2-FJ <= root@??? U=root P=local S=466
2012-03-08 11:19:09 1S5aQE-0002B2-FJ => user1 <some@???>
R=sql_uservacation T=uservacation_transport QT=59s
2012-03-08 11:19:09 1S5aQE-0002B2-FJ => some@??? <some@???>
R=send_to_mailmxout_gateway T=remote_smtp H=mailmxout.pl [1.1.1.1] C="250 OK
id=1S5aRB-0002Es-Ss" QT=59s
2012-03-08 11:19:09 1S5aQE-0002B2-FJ Completed

2012-03-08 11:19:09 1S5aRB-0002jv-N0 <= <> R=1S5aQE-0002B2-FJ U=exim P=local
S=1539
2012-03-08 11:19:20 1S5aRB-0002jv-N0 => arekm <root@???> R=localuser
T=local_delivery QT=11s
2012-03-08 11:19:21 1S5aRB-0002jv-N0 Completed


Shouldn't both commands find the same thing?


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email