SYSTEM WARNING: 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in '/usr/share/mantis/www/core.php' line 264
Anonymous | Login | 2019-12-14 15:44 UTC | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0003441 | Endian Firewall | GUI | public | 2011-01-18 12:11 | 2012-05-02 08:39 | ||||||
Reporter | mgtberlin | ||||||||||
Assigned To | peter-endian | ||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||
Status | confirmed | Resolution | open | ||||||||
Platform | OS | OS Version | |||||||||
Product Version | 2.4.1 | ||||||||||
Target Version | Fixed in Version | ||||||||||
Summary | 0003441: "To" at Logs -> Proxy -> SMTP missing | ||||||||||
Description | Sender and/or Recipient not displayed in Web GUI. In maillog the format is "<SOMEEMAIL@DOMAIN.TLD>", so it isn't displayed right in browser. (Brwoser think it's an HTML tag...) I've inserted --------------------- $packet =~ s/\</</g; $packet =~ s/\>/>/g; --------------------- at line 296 (under "my $timestamp = $1; my $packet = $2;") | ||||||||||
Tags | purple | ||||||||||
Attached Files | |||||||||||
![]() |
|
(0005494) mgtberlin (reporter) 2011-01-18 12:13 |
modified file /home/httpd/cgi-bin/logs_smtp.cgi... =) |
(0005517) lorenzo-endian (manager) 2011-01-21 14:15 |
Hi mgtberlin, I can confirm that you are right and the addresses are not displayed. Thanks a lot for reporting this bug! Have a nice day Lo |
(0007851) luke-endian (developer) 2012-05-02 08:39 edited on: 2012-05-03 16:33 |
Hi, i have the same issue on historical logs (logs > proxy > smtp) not on live logs but the solution mentioned above doesn't work for me. ** SOLUTION ** I have solved this problem adding this 2 lines in /home/httpd/cgi-bin/logs_smtp.cgi file: $packet=~ s/\Q>/>\;/sg; $packet=~ s/\Q</<\;/sg; version is software 2.4 |
![]() |
|||
Date Modified | Username | Field | Change |
2011-01-18 12:11 | mgtberlin | New Issue | |
2011-01-18 12:13 | mgtberlin | Note Added: 0005494 | |
2011-01-21 14:15 | lorenzo-endian | Note Added: 0005517 | |
2011-01-21 14:15 | lorenzo-endian | Assigned To | => lorenzo-endian |
2011-01-21 14:15 | lorenzo-endian | Status | new => assigned |
2011-01-21 14:15 | lorenzo-endian | Status | assigned => confirmed |
2011-02-02 13:45 | lorenzo-endian | Customer Occurencies | => 0 |
2011-02-02 13:45 | lorenzo-endian | Assigned To | lorenzo-endian => peter-endian |
2011-02-02 13:45 | lorenzo-endian | Description Updated | |
2012-05-02 08:39 | luke-endian | Note Added: 0007851 | |
2012-05-02 08:39 | luke-endian | Tag Attached: purple | |
2012-05-03 16:33 | luca-endian | Note Edited: 0007851 |
Copyright © 2000 - 2012 MantisBT Group |