| Author | 
         | 
         
      
        
         
         cbatur Guest Group 
          
 
  Joined: 10 November 2003
 Online Status: Online Posts: 262
          | 
        
         
          
           | Posted: 30 November 2004 at 9:51am | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
Hi Alex,
 
 Is there a method to get the source of the message, we're working on a spam blocker module to restrict emails from certain ip's.
 
 Thanks...
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   | 
      
        
         
         Alex AfterLogic Support 
          
  
  Joined: 19 November 2003
 Online Status: Offline Posts: 2207
          | 
        
         
          
           | Posted: 30 November 2004 at 9:58am | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
Yes, you can get the message source by examining RawBody property of Message object.
 
 strMsgSource = Message.RawBody
 
 Regards,
 Alex
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   |