Attachments policy (was: Re: Issues)

2018-05-25 Thread Daniel Shahaf
Ralph Seichter wrote on Thu, 24 May 2018 13:39 +0200: > Can the mailing list administrators please change the configuration so > that nobody can send 5-MB-photos to this list? Thank you. How often has that been happening?

Re: Sending attachments in email using mailer.py script

2010-10-06 Thread Tech Geek
OK I have managed to get the name of the file (after checking out to the /tmp directory) to be attached in the commit email in a variable called $ATTACHFILE in my post-commit hook. But here is another issue that I am now running into: How do I pass the value of the variable $ATTACHFILE to the mai

Re: Sending attachments in email using mailer.py script

2010-10-06 Thread Tech Geek
> > You can checkout the file to /tmp and include it from there. You > cannot reference a file in your repository with a file path. I had thought about that but it would mean that I will need to include a svn checkout command to /tmp/ directory in my post-commit hook, right? If that is the case

Re: Sending attachments in email using mailer.py script

2010-10-06 Thread Nick Stolwijk
You can checkout the file to /tmp and include it from there. You cannot reference a file in your repository with a file path. Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Thu, Oct 7, 2010 at 12:58 AM, Tech Geek wrote: > I guess my

Re: Sending attachments in email using mailer.py script

2010-10-06 Thread Tech Geek
I guess my biggest hurdle at this time is how to extract the file from the repository that I would like to send it as an attachment. Most of the examples on the net simply specifies an explicit filename (to show as an example) like this:

Sending attachments in email using mailer.py script

2010-10-06 Thread Tech Geek
Let's say I have an exisiting repository at /var/lib/svn/projectA with (tags, branches, trunk structure) on my Linux system. I am using the mailer.py script and mailer.conf file [1] in my post-commit hook for sending out emails whenever a new release tag (like projectA/tags/REL-1.0) is created and

Attachments

2010-02-22 Thread Rob Hubbard
Hello, What are the options for posting questions with attachments to this mailing please? Specifically: (1) are attachments possible? (2) if so, what file types are permitted (especially zips, scripts, images)? (3) presumably, any attachments should be small, but is there a specific size limit