[CalendarServer-changes] [14202] CalendarServer/branches/release/CalendarServer-5.4-dev/ twistedcaldav/ical.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 8 13:05:39 PST 2014


Revision: 14202
          http://trac.calendarserver.org//changeset/14202
Author:   cdaboo at apple.com
Date:     2014-12-08 13:05:39 -0800 (Mon, 08 Dec 2014)
Log Message:
-----------
Fix for @do_not_reply work around.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-5.4-dev/twistedcaldav/ical.py

Modified: CalendarServer/branches/release/CalendarServer-5.4-dev/twistedcaldav/ical.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-5.4-dev/twistedcaldav/ical.py	2014-12-08 19:33:43 UTC (rev 14201)
+++ CalendarServer/branches/release/CalendarServer-5.4-dev/twistedcaldav/ical.py	2014-12-08 21:05:39 UTC (rev 14202)
@@ -3331,7 +3331,7 @@
                             email = None
 
                     if config.Scheduling.Options.FakeResourceLocationEmail:
-                        if email.endswith("@do_not_reply"):
+                        if email and email.endswith("@do_not_reply"):
                             email = ""
 
                     if email:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20141208/e5db018f/attachment.html>


More information about the calendarserver-changes mailing list