here's a part of script...

# Read the message headers from stdin
msg = rfc822.Message( sys.stdin )
fromwho = msg.getaddr( "From" )
subject = msg.getheader( "Subject" )
l = string.split( subject, " " )...

newayz what i want to know is that how to use procmail along with this python script...