Home > Domino Tips > Developer > Formula > Block addresses - SPAM relief
Domino Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

FORMULA

Block addresses - SPAM relief


Jim Guzlecki
04.12.2002
Rating: -3.82- (out of 5)


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


Since SPAM is becoming a common complaint with users, I have added a few simple items to the mail template which allows automatic blocking of certain email addresses.

I used a profile document in the mail database to store the blocked addresses. I named this form 'SPAM_Profile'. It contains a single text field named 'SPAM_Delete' (multi-value).

I then created a database agent named 'View SPAM Profile' which allows the user to edit their Blocked Address list. The code for this is simply: @Command([EditProfile];"SPAM_Profile")

I then created an action in the ($Inbox) folder (I put mine as 'ToolsBlock this Address' so it falls under the Tool button), and the Memo form with the following formula:

tmpFrom:=@Name([Address821];From);
@If(!@Contains(tmpFrom;"@") ;
@Prompt([OK];"Internal";"You cannot block internal email addresses");
@If(@Prompt([YESNO];"Verify";"Are you sure you want to 
automatically block all mail from '" +tmpFrom + "'?"); @Do( @SetProfileField("SPAM_Profile";"SPAM_Delete";@Trim(@Unique(@GetProfile
Field("SPAM_Profile";"SPAM_Delete"):tmpFrom))));""))

To keep things a little cleaner, set the hide-when formula on the new action to:

From="" | @IsNewDoc | !@Contains(@Name([Address821];From);"@") 

as well as checking 'Previewed for Reading', 'Previewed for Editing', 'Opened
for Editing' and 'Web Browsers' in the hide-when properties.

Finally, create the 'SPAM_Process' agent using the 'Before new mail arrives' setting (Lotus, can we please have more than one?) with the following code:

@If(@Contains(@Name([Address821];From);"@") & @Contains
(@GetProfileField("SPAM_Profile";"SPAM_Delete");@Name
([Address821];From)) ; @DeleteDocument;"")

Enjoy!

Rate this Tip
To rate tips, you must be a member of SearchDomino.com.
Register now to start rating these tips. Log in if you are already a member.




Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED CONTENT
Formula
View hidden fields on Lotus Notes/Domino forms
Case-insensitive @Unique version combines fields on Lotus Notes forms
Provide rich-text formatting via the Profile document and Formula
Using Formula language code to sort Lotus Notes messages by subject
How to create dynamic JavaScript in Notes Domino without formulas
Formula language button manages Deny Access list searches
Retrieve Lotus Notes names from a nested group using @DBLookup
Create a computed Lotus Notes field to list Personal Address Book names
Show multiple Lotus Notes document fields in a single view column
How to send a document as a link in a Lotus Notes email

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary

DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



Domino & Lotus Notes Security Solutions: Authentication, Antispam, Encryption and Antivirus
HomeTopicsITKnowledge ExchangeTipsAsk the ExpertsMultimediaWhite PapersDomino IT Downloads
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 1999 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts