Search:

Type: Posts; User: Neil Mcnzee; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    4,204

    relay server

    want to configure a local system on my lan to send mails through a relay server(uses postfix)...any help or links are welcome...
  2. Replies
    3
    Views
    11,939

    trying to filter the mails out using procmail......

    trying to filter the mails out using procmail...
    however even though i ve checked .procmailrc and .forward file,it doesen't works...
  3. Replies
    3
    Views
    11,939

    configuring procmail with sendmail

    how to configure procmail with sendmail in linux?
    Any useful links are welcome.
  4. Thread: Python

    by Neil Mcnzee
    Replies
    3
    Views
    5,222

    here's a part of script... # Read the message...

    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(...
  5. Thread: Python

    by Neil Mcnzee
    Replies
    3
    Views
    5,222

    Python

    I have a python code that has a line:
    msg=rfc822.Message(sys.stdin)
    The python script running this extracts the message in 'msg' and then gets the various header fields out of it.
    However i ve...
  6. Replies
    1
    Views
    5,117

    C code and script

    Hi...on a solaris system i have certain directories that contain c codes....wat i need to do is write a shell script(or C code) to execute those c codes within the directories and compare there...
  7. Replies
    2
    Views
    4,506

    thx for the reply...atleast now i ve got some...

    thx for the reply...atleast now i ve got some start....
  8. Replies
    2
    Views
    4,506

    buffers and bytes

    here's something i m lost about...a particular C code looks like this

    int main(int argc,char **argv)
    {
    char buff[2];
    strcpy(buff,argv[1]);
    .....
    some code
    .....
    }
  9. Thread: C or Perl

    by Neil Mcnzee
    Replies
    18
    Views
    13,483

    C or Perl

    I just want to step into system programming and i want to know whether i should use C or some scripting language like Perl.
    By the way,i have a good knowledge of C and i am new to Perl.
    So can some...
  10. Replies
    11
    Views
    9,581

    Here's some advice.....just learn the basics well...

    Here's some advice.....just learn the basics well enough and move on to object-oriented programming.....the real good stuff starts with classes,templates,exception handling,IO functions......start on...
  11. Replies
    6
    Views
    6,360

    sry,I didn't mention what kind of C code.......

    sry,I didn't mention what kind of C code....
    actually can a compiled C code be run within the .NET framework?
  12. Replies
    6
    Views
    6,360

    running a C code through VB.NET...

    I want to run a C code through a VB.NET application.....

    Is their a way by which it can be done?

    Any help.....
Results 1 to 12 of 12