| Index: sitescripts/reports/bin/mailDigests.py | 
| diff --git a/sitescripts/reports/bin/mailDigests.py b/sitescripts/reports/bin/mailDigests.py | 
| index 4623fe02c1df19ca359f27256500a50e56d6d45b..01453678ad2245c3ef634f7e1d69240d99dee577 100644 | 
| --- a/sitescripts/reports/bin/mailDigests.py | 
| +++ b/sitescripts/reports/bin/mailDigests.py | 
| @@ -68,10 +68,6 @@ def scanReports(): | 
| # only to subscriptions with matching filters | 
| if dbreport['type'] == 'false negative' or subscription.get('hasmatches', 0) > 0: | 
| recipients.append(subscriptions[subscriptionID]) | 
| -        elif interval != 'week': | 
| -            # Send type "other" to fake subscription - daily reports | 
| -            recipients.append(fakeSubscription) | 
| -            subscriptionID = fakeSubscription.get('url', 'unknown') | 
|  | 
| if len(recipients) == 0: | 
| continue | 
|  |