[ create a new paste ] login | about

Link: http://codepad.org/5vuplg1Z    [ raw code | output | fork ]

C, pasted on Jul 2:
:0      
* ^(From|To): .*@list\.ubuntu\.com
{                 
    :0 
    * ^(From|To): .*ubuntu-(users|au|
    ubuntu-users/ 
                 
    :0  
    * ^(From|To): .*ubuntu-mobile
    ubuntu-mobile/                   
 
    :0  
    * ^(From|To): .*ubuntu-devel
    ubuntu-devel  

    :0
    * ^(From|To): .*ubuntu-server
    ubuntu-server

    :0
    * ^(From|To): .*ubuntu-security
    ubuntu-security
}


Output:
1
2
3
4
Line 1: error: expected identifier or '(' before ':' token
Line 2: error: stray '@' in program
Line 2: error: stray '\' in program
Line 2: error: stray '\' in program


Create a new paste based on this one


Comments: