[OGo-Bugs][Bug 1953] New: MailRestrictions.plist functionality (WebUI/Mailer/OGoWebMail/SkyImapMailRestrictions.m)
bugs@opengroupware.org
bugs@opengroupware.org
Wed, 27 Feb 2008 11:43:01 +0100 (CET)
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1953
Summary: MailRestrictions.plist functionality
(WebUI/Mailer/OGoWebMail/SkyImapMailRestrictions.m)
Product: OpenGroupware.org
Version: TRUNK
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: normal
Component: Mailer
AssignedTo: qa@opengroupware.org
ReportedBy: frank@opengroupware.org
QAContact: qa@opengroupware.org
CC: bugs@opengroupware.org
Description of problem:
a) Doesn't work anymore.
It's previously working purpose was to restrict mail traffic
to only specific domains - see example below.
b) and it expects the MailRestrictions.plist not in the usual place
due to:
<...>
filename = [[[NSProcessInfo processInfo] environment]
objectForKey:@"GNUSTEP_USER_ROOT"];
filename = [filename stringByAppendingPathComponent:@"config"];
filename = [filename stringByAppendingPathComponent:
@"MailRestrictions.plist"];
<...>
Version-Release number of selected component (if applicable):
trunk
How reproducible:
everytime...
Steps to Reproduce:
1. export GNUSTEP_USER_ROOT (thus making sure that OGo can find
MailRestrictions.plist)
2. try to send an email (using the OGo Mailer) to a non allowed
domain (as per MailRestrictions.plist)
Actual results:
... mail gets send - although it shouldn't
Additional info:
Sample MailRestrictions.plist could look like:
{
"intern" = ( "undermydesk.org", "nerfed.org" );
}
PS: no separate Bug for b) since this might be minor.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.