aboutsummaryrefslogtreecommitdiffstats
path: root/packages/spamd_db.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix all button operations.Scott Ullrich2008-04-301-5/+5
|
* Show all entries in database regardless of sender not being set.Scott Ullrich2008-04-301-5/+0
|
* Cleanup this code dramatically.Scott Ullrich2008-04-201-52/+57
|
* * General cleanupsScott Ullrich2008-04-171-11/+16
| | | | * Update (C)
* From the newer man page:Scott Ullrich2008-04-171-8/+8
| | | | | | Previous versions of spamd required traps to be entered into the database including the enclosing <> characters; current versions expect only the email address without the enclosing <> characters.
* From the newer man page:Scott Ullrich2008-04-171-3/+3
| | | | | | Previous versions of spamd required traps to be entered into the database including the enclosing <> characters; current versions expect only the email address without the enclosing <> characters.
* Remove non-supported Outlook feature.Scott Ullrich2008-04-171-1/+0
|
* Add database total counts to bottom of SpamDBScott Ullrich2006-06-021-0/+18
|
* Delete from whitelist when required.Scott Ullrich2006-06-021-0/+15
|
* Reall delete from blacklist.Scott Ullrich2006-06-021-23/+32
|
* Delete items from SpamD blacklist when they are deleted from the SpamDB as well.Scott Ullrich2006-06-021-0/+23
|
* Add a note about what adding a e-mail address to the spamtrap accomplishesScott Ullrich2006-04-271-2/+4
|
* Move out of place filter items into the tab areaScott Ullrich2006-04-271-7/+12
|
* Correct tab order (outlook tab is out of order).Scott Ullrich2006-04-271-1/+1
|
* Add SpamD Outlook TabScott Ullrich2006-04-171-0/+1
|
* Off by 1 errorScott Ullrich2006-03-201-1/+1
|
* Echo out the number of rows matching the filter operationScott Ullrich2006-03-201-0/+3
|
* * Delete ips from tables during delete callsScott Ullrich2006-03-201-1/+4
| | | | * Replace tables if needed after deleting
* Populate blacklist table as wellScott Ullrich2006-03-201-0/+1
|
* Add in blacklist items to spamd table on changeScott Ullrich2006-03-201-0/+1
|
* Delete prior items before adding as trappedScott Ullrich2006-03-191-0/+3
|
* Delete prior items before adding as trappedScott Ullrich2006-03-191-1/+4
|
* Delete prior items before adding as trappedScott Ullrich2006-03-191-0/+3
|
* Delete items correctly when they are an ip addressScott Ullrich2006-03-191-2/+5
|
* Add sortable table header supportScott Ullrich2006-03-191-12/+14
|
* Download additional fileScott Ullrich2006-02-081-1/+2
|
* Support for SpamD outlook pluginScott Ullrich2006-02-081-1/+19
|
* Space out seperate fieldsScott Ullrich2006-02-071-0/+1
|
* Add whitelist and blacklist GET functions used by new VB Spam button thingie.Scott Ullrich2006-02-071-0/+23
|
* Group limit above add operationScott Ullrich2006-02-061-1/+1
|
* Add a limit optionScott Ullrich2006-02-061-3/+10
|
* Add <backup_file> which will be included with package backups soon to backup ↵Scott Ullrich2006-02-051-3/+3
| | | | essential files not included by config.xml
* Add inverse filter option (NOT)Scott Ullrich2006-02-051-11/+17
|
* Remove unnecessary call to spamdb during AJAX operationsScott Ullrich2006-02-041-1/+0
|
* Speed up the filtering operation by 1000 by using grep on the spamdb call.Scott Ullrich2006-02-041-1/+4
|
* Reduce breaking poing to 25 charsScott Ullrich2006-02-041-1/+1
|
* Allow breaking on - and ., too.Scott Ullrich2006-02-031-1/+4
|
* * Do not allow buttons to breakScott Ullrich2006-02-011-2/+3
| | | | * After registering a action from ajax, shake the button so user can see more feedback. useful when you tag 10+ messages at once.
* no breakie allowed.Scott Ullrich2006-01-301-4/+4
|
* * Allow really long emails to be wrappedScott Ullrich2006-01-301-0/+6
| | | | * Misc comments
* Use javascript: instead of onClick()Scott Ullrich2006-01-291-5/+14
|
* Add AJAX button indicator support during AJAX operations.Scott Ullrich2006-01-291-5/+30
|
* <br> before NOTEScott Ullrich2006-01-291-0/+2
|
* Note AJAX actionsScott Ullrich2006-01-291-0/+1
|
* Improve descriptions a bitScott Ullrich2006-01-291-2/+2
|
* Spamd Sources -> SpamD External SourcesScott Ullrich2006-01-291-1/+1
|
* We're in 06.Scott Ullrich2006-01-291-1/+1
|
* Make buttons consistent with other screensScott Ullrich2006-01-291-7/+8
|
* Alert user when an error occursScott Ullrich2006-01-291-5/+7
|
* * Use iconsScott Ullrich2006-01-291-10/+39
| | | | | * Add spam trap e-mail option * Cleanup cells