| Summary | RELENG_1 doesn't update whitelist rules in script |
| Queue | Ingo |
| Queue Version | RELENG_1 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | jan (at) horde (dot) org |
| Requester | liamr (at) umich (dot) edu |
| Created | 9/17/04 (7953 days ago) |
| Due | |
| Updated | 10/10/04 (7930 days ago) |
| Assigned | 9/17/04 (7953 days ago) |
| Resolved | 10/10/04 (7930 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Assigned
New Attachment: whitelist.diff
/* Whitelist Script */
$whitelist = $ingo['storage']->retrieve('whitelist');
$whitelistBlocks = array();;
if (!empty($whitelist)) {
// Sieve whitelist TBP
}
I'm guessing TBP means "to be programmed".
I looked at later versions of this file and have backported the
whitelist function. I *believe* it works. The diff is attached.
Liam
State ⇒ Not A Bug
simply haven't been implemented for the Sieve driver.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ RELENG_1 doesn't update whitelist rules in script
Queue ⇒ Ingo
sieve scripts. I see entries in my database for them...
| liamr | ingo | whitelist |
a:1:{i:0;s:15:"liamr@umich.edu";} |
...and ingo claims to update my rules and script when I add entries to
the whitelist, but nothing in the script actually changes.
When I update my blacklist, my script actually contains...
3: # Blacklisted Addresses
4: if address :all :comparator "i;ascii-casemap" :is ["From",
"Sender", "Resent-From"] "poop@poop.com" {
5: discard;
6: stop;
7: }
There error log doesn't seem to contain anything useful. I'm using it
with Horde 2.2.5 and IMP 3.2.5, and other than this, it seems to work
fine.