Quarentine Lookup |
Post Reply
|
| Author | |
wes
Guest Group
|
Post Options
Thanks(0)
Quote Reply
Topic: Quarentine LookupPosted: 07 October 2003 at 5:16pm |
|
Would it be possible to seperate the username from the domain name in the "from" column of the quarentine list. (using access database) Right now I have to search the log files if our client neeeds a rejected e-mail and only have a domain name. I know they should get more info before they call but they don't. Just a wish. Thanks Wes |
|
![]() |
|
Alec
Guest Group
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 October 2003 at 5:44pm |
|
Open the database in Access and use VBA to parse the addresses.
|
|
![]() |
|
LogSat
Admin Group
Joined: 25 January 2005 Location: United States Status: Offline Points: 4106 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 October 2003 at 10:57pm |
|
Wes, That is part of why we developed a web interface for the quarantine, to allow each end user to access their own quarantined emails. If that is now an option for you, rather than looking at logfiles it would be simpler to query the database for the sender's emails. You can perform partial searches in databases using the "LIKE" SQL operator. Roberto F. |
|
![]() |
|
Desperado
Senior Member
Joined: 27 January 2005 Location: United States Status: Offline Points: 1143 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 October 2003 at 3:22am |
|
Wes, Please elaborate on the lookup problem. I have an interface for our customers that looks something line the image in the link below: http://spamman.ipresolve.com/test/dadmin.jpg It actually has several more options now. I also have a very in depth interface for our Support Staff that allows them to search for almost anything they need to. It is a very rare deal that they need to go into the logs to find something. I also have modified the listspam.asp to allow sorting by from address or from domain using a custom query as follows: SQL = "SELECT SUBSTRING(EmailFrom, CHARINDEX('@', EmailFrom) + 1, 100) AS Domain, QuarID, EmailFrom, Subject, MsgDate, MsgID, RejectDesc, RejectDetails, EmailTo " The case statement for sorting is modified as follows: Select Case order_By These are for example only .... you can do nearly anything you want just by setting up custom queries. Dan S. |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.428 seconds.


Topic Options
Post Options
Thanks(0)


